Home
last modified time | relevance | path

Searched refs:CMD_GET_STAY_ON (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/sizecompatrestartbutton/
DSizeCompatRestartButtonStatsTests.java52 private static final String CMD_GET_STAY_ON = "settings get global stay_on_while_plugged_in"; field in SizeCompatRestartButtonStatsTests
71 getDevice().executeShellCommand(CMD_GET_STAY_ON).trim()); in setUp()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/appstart/
DAppStartStatsTests.java44 private static final String CMD_GET_STAY_ON = "settings get global stay_on_while_plugged_in"; field in AppStartStatsTests
60 getDevice().executeShellCommand(CMD_GET_STAY_ON).trim()); in setUp()
/cts/hostsidetests/os/src/android/os/cts/
DInattentiveSleepTests.java59 private static final String CMD_GET_STAY_ON = "settings get global stay_on_while_plugged_in"; field in InattentiveSleepTests
89 mDevice.executeShellCommand(CMD_GET_STAY_ON).trim()); in setUp()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/appcompatstate/
DAppCompatStateStatsTests.java64 private static final String CMD_GET_STAY_ON = "settings get global stay_on_while_plugged_in"; field in AppCompatStateStatsTests
86 getDevice().executeShellCommand(CMD_GET_STAY_ON).trim()); in setUp()