Home
last modified time | relevance | path

Searched refs:unfreezeRotation (Results 1 – 6 of 6) sorted by relevance

/test/app_compat/csuite/test_scripts/src/main/java/com/android/pixel/tests/
DAppLaunchRotateTest.java43 getUiDevice().unfreezeRotation(); in tearDown()
/test/app_compat/csuite/test_scripts/src/main/java/com/android/webview/tests/
DWebviewAppLaunchTest.java155 deviceUtils.unfreezeRotation(); in tearDown()
DWebviewAppCrawlTest.java257 deviceUtils.unfreezeRotation(); in tearDown()
/test/app_compat/csuite/test_scripts/src/main/java/com/android/csuite/tests/
DAppLaunchTest.java255 deviceUtils.unfreezeRotation(); in tearDown()
/test/app_compat/csuite/test_scripts/src/main/java/com/android/art/tests/
DAppCompileLaunchTest.java307 deviceUtils.unfreezeRotation(); in tearDown()
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DDeviceUtils.java338 public boolean unfreezeRotation() throws DeviceNotAvailableException { in unfreezeRotation() method