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.java298 final String stayAwake = getDevice().getSetting("global", "stay_on_while_plugged_in"); in testSecurityLoggingWithSingleUser() local
329 if (stayAwake != null) { in testSecurityLoggingWithSingleUser()
330 getDevice().setSetting("global", "stay_on_while_plugged_in", stayAwake); in testSecurityLoggingWithSingleUser()
DOrgOwnedProfileOwnerTest.java256 final String stayAwake = getDevice().getSetting("global", "stay_on_while_plugged_in"); in testSecurityLoggingOnWorkProfile() local
278 if (stayAwake != null) { in testSecurityLoggingOnWorkProfile()
279 getDevice().setSetting("global", "stay_on_while_plugged_in", stayAwake); in testSecurityLoggingOnWorkProfile()
DBaseDevicePolicyTest.java257 stayAwake(); in setUp()
1161 private void stayAwake() throws Exception { in stayAwake() method in BaseDevicePolicyTest