Device Random Pwd // Get
| 250 | |
| 251 | // Device Random Pwd // Get |
| 252 | std::string GrSettings::GetDeviceRandomPwd() { |
| 253 | return sp_->Get(kStDeviceRandomPwd, ""); |
| 254 | } |
| 255 | |
| 256 | // Device Security Pwd // Set |
| 257 | void GrSettings::SetDeviceSecurityPwd(const std::string& pwd) { |
no test coverage detected