Home
last modified time | relevance | path

Searched refs:device_token (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/policy/
Duser_policy_identity_strategy.cc85 std::string device_token; in LoadOnFileThread() local
93 device_token = device_credentials.device_token(); in LoadOnFileThread()
103 device_token, in LoadOnFileThread()
Ddevice_policy_identity_strategy.cc80 const std::string& device_token) { in SetDeviceManagementCredentials() argument
83 device_token_ = device_token; in SetDeviceManagementCredentials()
Ddevice_policy_identity_strategy.h34 const std::string& device_token);
Dcloud_policy_controller_unittest.cc126 const std::string& device_token, in SetupIdentityStrategy() argument
135 Return(device_token)); in SetupIdentityStrategy()
/external/chromium/chrome/browser/policy/proto/
Ddevice_management_local.proto30 optional string device_token = 2; field