Home
last modified time | relevance | path

Searched refs:stayAwake (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DMixedDeviceOwnerTest.java211 final String stayAwake = getDevice().getSetting("global", "stay_on_while_plugged_in"); in testSecurityLoggingWithSingleUser() local
242 if (stayAwake != null) { in testSecurityLoggingWithSingleUser()
243 getDevice().setSetting("global", "stay_on_while_plugged_in", stayAwake); in testSecurityLoggingWithSingleUser()
DOrgOwnedProfileOwnerTest.java257 final String stayAwake = getDevice().getSetting("global", "stay_on_while_plugged_in"); in testSecurityLoggingOnWorkProfile() local
284 if (stayAwake != null) { in testSecurityLoggingOnWorkProfile()
285 getDevice().setSetting("global", "stay_on_while_plugged_in", stayAwake); in testSecurityLoggingOnWorkProfile()
DBaseDevicePolicyTest.java249 stayAwake(); in setUp()
1192 private void stayAwake() throws Exception { in stayAwake() method in BaseDevicePolicyTest