HomeSort by relevance Sort by last modified time
    Searched refs:SetDevicePolicy (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/test/functional/
chromeos_device_policy.py 68 self.SetDevicePolicy({'guest_mode_enabled': True})
74 self.SetDevicePolicy({'guest_mode_enabled': False})
83 self.SetDevicePolicy({'guest_mode_enabled': True})
89 self.SetDevicePolicy({'guest_mode_enabled': False})
100 self.SetDevicePolicy({'show_user_names': False})
103 self.SetDevicePolicy({'show_user_names': True})
116 self.SetDevicePolicy({'allow_new_users': True})
121 self.SetDevicePolicy({'user_whitelist': []})
125 self.SetDevicePolicy({'allow_new_users': True,
131 self.SetDevicePolicy({'user_whitelist': [self._usernames[0]]}
    [all...]
chromeos_ephemeral.py 34 self.SetDevicePolicy({'ephemeral_users_enabled': enabled,
  /external/chromium_org/chrome/browser/chromeos/policy/
power_policy_browsertest.cc 286 IN_PROC_BROWSER_TEST_F(PowerPolicyLoginScreenBrowserTest, SetDevicePolicy) {
312 IN_PROC_BROWSER_TEST_F(PowerPolicyInSessionBrowserTest, SetDevicePolicy) {
  /external/chromium_org/chrome/test/pyautolib/
policy_base.py 8 SetDevicePolicy (ChromeOS only) with a dictionary of the policies to install.
91 SetDevicePolicy (ChromeOS only) to set the policies seen by Chrome.
574 def SetDevicePolicy(self, device_policy=None, refresh=True):

Completed in 110 milliseconds