Device Random Pwd // Set
| 245 | |
| 246 | // Device Random Pwd // Set |
| 247 | void GrSettings::SetDeviceRandomPwd(const std::string& pwd) { |
| 248 | sp_->Put(kStDeviceRandomPwd, pwd); |
| 249 | } |
| 250 | |
| 251 | // Device Random Pwd // Get |
| 252 | std::string GrSettings::GetDeviceRandomPwd() { |
no outgoing calls
no test coverage detected