Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceOwnerTest.java451 final String stayAwake = getDevice().getSetting("global", "stay_on_while_plugged_in"); in testSecurityLoggingWithSingleUser() local
482 if (stayAwake != null) { in testSecurityLoggingWithSingleUser()
483 getDevice().setSetting("global", "stay_on_while_plugged_in", stayAwake); in testSecurityLoggingWithSingleUser()
DBaseDevicePolicyTest.java191 stayAwake(); in setUp()
958 private void stayAwake() throws Exception { in stayAwake() method in BaseDevicePolicyTest