Home
last modified time | relevance | path

Searched refs:CMD_PUT_DEVICE_STATE_TEMPLATE (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/sizecompatrestartbutton/
DSizeCompatRestartButtonStatsTests.java57 private static final String CMD_PUT_DEVICE_STATE_TEMPLATE = "cmd device_state state %d"; field in SizeCompatRestartButtonStatsTests
77 String.format(CMD_PUT_DEVICE_STATE_TEMPLATE, DEVICE_STATE_CLOSED)); in setUp()
93 String.format(CMD_PUT_DEVICE_STATE_TEMPLATE, mOriginalDeviceState)); in tearDown()
124 String.format(CMD_PUT_DEVICE_STATE_TEMPLATE, DEVICE_STATE_OPENED)); in testSizeCompatRestartButtonAppearedButNotClicked()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/appcompatstate/
DAppCompatStateStatsTests.java69 private static final String CMD_PUT_DEVICE_STATE_TEMPLATE = "cmd device_state state %d"; field in AppCompatStateStatsTests
92 String.format(CMD_PUT_DEVICE_STATE_TEMPLATE, DEVICE_STATE_CLOSED)); in setUp()
108 String.format(CMD_PUT_DEVICE_STATE_TEMPLATE, mOriginalDeviceState)); in tearDown()
200 String.format(CMD_PUT_DEVICE_STATE_TEMPLATE, DEVICE_STATE_OPENED)); in testAppCompatFlow()