Searched refs:stayAwake (Results 1 – 2 of 2) sorted by relevance
451 final String stayAwake = getDevice().getSetting("global", "stay_on_while_plugged_in"); in testSecurityLoggingWithSingleUser() local482 if (stayAwake != null) { in testSecurityLoggingWithSingleUser()483 getDevice().setSetting("global", "stay_on_while_plugged_in", stayAwake); in testSecurityLoggingWithSingleUser()
191 stayAwake(); in setUp()958 private void stayAwake() throws Exception { in stayAwake() method in BaseDevicePolicyTest