Searched refs:stayAwake (Results 1 – 3 of 3) sorted by relevance
293 final String stayAwake = getDevice().getSetting("global", "stay_on_while_plugged_in"); in testSecurityLoggingWithSingleUser() local324 if (stayAwake != null) { in testSecurityLoggingWithSingleUser()325 getDevice().setSetting("global", "stay_on_while_plugged_in", stayAwake); in testSecurityLoggingWithSingleUser()
256 final String stayAwake = getDevice().getSetting("global", "stay_on_while_plugged_in"); in testSecurityLoggingOnWorkProfile() local278 if (stayAwake != null) { in testSecurityLoggingOnWorkProfile()279 getDevice().setSetting("global", "stay_on_while_plugged_in", stayAwake); in testSecurityLoggingOnWorkProfile()
263 stayAwake(); in setUp()1180 private void stayAwake() throws Exception { in stayAwake() method in BaseDevicePolicyTest