Searched refs:initialSleepTimeoutValue (Results 1 – 2 of 2) sorted by relevance
44 private String initialSleepTimeoutValue = null; field in DocumentsUiTestBase70 initialSleepTimeoutValue = device.executeShellCommand( in disableScreenOffAndSleepTimeouts()78 requireNonNull(initialSleepTimeoutValue); in restoreScreenOffAndSleepTimeouts()83 "settings put secure sleep_timeout " + initialSleepTimeoutValue); in restoreScreenOffAndSleepTimeouts()86 initialSleepTimeoutValue = null; in restoreScreenOffAndSleepTimeouts()
86 private String initialSleepTimeoutValue = null; field in ActivityTest229 initialSleepTimeoutValue = device.executeShellCommand( in disableScreenOffAndSleepTimeouts()237 requireNonNull(initialSleepTimeoutValue); in restoreScreenOffAndSleepTimeouts()242 "settings put secure sleep_timeout " + initialSleepTimeoutValue); in restoreScreenOffAndSleepTimeouts()245 initialSleepTimeoutValue = null; in restoreScreenOffAndSleepTimeouts()