Home
last modified time | relevance | path

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

/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/sizecompatrestartbutton/
DSizeCompatRestartButtonStatsTests.java107 if (!isFoldableStateAvailable(DEVICE_STATE_OPENED) in testSizeCompatRestartButtonAppearedButNotClicked()
108 || !isFoldableStateAvailable(DEVICE_STATE_CLOSED)) { in testSizeCompatRestartButtonAppearedButNotClicked()
148 private boolean isFoldableStateAvailable(int state) throws Exception { in isFoldableStateAvailable() method in SizeCompatRestartButtonStatsTests
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/appcompatstate/
DAppCompatStateStatsTests.java183 if (!isFoldableStateAvailable(DEVICE_STATE_OPENED) in testAppCompatFlow()
184 || !isFoldableStateAvailable(DEVICE_STATE_CLOSED)) { in testAppCompatFlow()
261 private boolean isFoldableStateAvailable(int state) throws Exception { in isFoldableStateAvailable() method in AppCompatStateStatsTests