Searched refs:stayAwake (Results 1 – 3 of 3) sorted by relevance
211 final String stayAwake = getDevice().getSetting("global", "stay_on_while_plugged_in"); in testSecurityLoggingWithSingleUser() local242 if (stayAwake != null) { in testSecurityLoggingWithSingleUser()243 getDevice().setSetting("global", "stay_on_while_plugged_in", stayAwake); in testSecurityLoggingWithSingleUser()
257 final String stayAwake = getDevice().getSetting("global", "stay_on_while_plugged_in"); in testSecurityLoggingOnWorkProfile() local284 if (stayAwake != null) { in testSecurityLoggingOnWorkProfile()285 getDevice().setSetting("global", "stay_on_while_plugged_in", stayAwake); in testSecurityLoggingOnWorkProfile()
249 stayAwake(); in setUp()1192 private void stayAwake() throws Exception { in stayAwake() method in BaseDevicePolicyTest