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

  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
SetSystemSettingTest.java 23 * Test {@link DevicePolicyManager#setSystemSetting}.
31 mDevicePolicyManager.setSystemSetting(ADMIN_RECEIVER_COMPONENT,
45 mDevicePolicyManager.setSystemSetting(ADMIN_RECEIVER_COMPONENT,
  /cts/tests/tests/display/src/android/display/cts/
BrightnessTest.java 98 setSystemSetting(Settings.System.SCREEN_BRIGHTNESS_MODE,
107 setSystemSetting(Settings.System.SCREEN_BRIGHTNESS, 20);
111 setSystemSetting(Settings.System.SCREEN_BRIGHTNESS, 60);
120 setSystemSetting(Settings.System.SCREEN_BRIGHTNESS, 200);
132 setSystemSetting(Settings.System.SCREEN_BRIGHTNESS, previousBrightness);
133 setSystemSetting(Settings.System.SCREEN_BRIGHTNESS_MODE, previousBrightnessMode);
147 setSystemSetting(Settings.System.SCREEN_BRIGHTNESS_MODE,
156 setSystemSetting(Settings.System.SCREEN_BRIGHTNESS, 20);
160 setSystemSetting(Settings.System.SCREEN_BRIGHTNESS, 80);
165 setSystemSetting(Settings.System.SCREEN_BRIGHTNESS, previousBrightness)
    [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
BaseIDevicePolicyManager.java 67 public void setSystemSetting(ComponentName who, String setting, String value){}
DevicePolicyManagerService.java     [all...]
  /frameworks/base/core/java/android/app/admin/
IDevicePolicyManager.aidl 249 void setSystemSetting(in ComponentName who, in String setting, in String value);
DevicePolicyManager.java     [all...]
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
DeviceSetup.java     [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DeviceSetupTest.java     [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DevicePolicyManagerTest.java     [all...]
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 222 milliseconds