Home
last modified time | relevance | path

Searched defs:uiDevice (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/tv/
H A DPipTestBase.kt29 val uiDevice = UiDevice.getInstance(instrumentation) regex
/aosp14/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
H A DDefaultImeVisibilityTest.java97 UiDevice uiDevice = UiDevice.getInstance(InstrumentationRegistry.getInstrumentation()); in showHideDefaultIme() local
H A DImeOpenCloseStressTest.java454 UiDevice uiDevice = UiDevice.getInstance(mInstrumentation); in testScreenOffOn() local
481 UiDevice uiDevice = UiDevice.getInstance(mInstrumentation); in testRotateScreenWithKeyboardOn() local
/aosp14/frameworks/base/tests/ChoreographerTests/src/main/java/android/view/choreographertests/
H A DAttachedChoreographerNativeTest.java88 UiDevice uiDevice = UiDevice.getInstance(InstrumentationRegistry.getInstrumentation()); in setup() local
H A DAttachedChoreographerTest.java97 UiDevice uiDevice = UiDevice.getInstance(InstrumentationRegistry.getInstrumentation()); in setUp() local
/aosp14/frameworks/base/tests/TrustTests/src/android/trust/test/lib/
H A DScreenLockRule.kt38 private val uiDevice = UiDevice.getInstance(getInstrumentation()) regex
/aosp14/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestCase.java106 void setUiDevice(UiDevice uiDevice) { in setUiDevice()
/aosp14/frameworks/base/tests/TrustTests/src/android/trust/test/
H A DGrantAndRevokeTrustTest.kt44 private val uiDevice = UiDevice.getInstance(getInstrumentation()) regex
H A DTemporaryAndRenewableTrustTest.kt46 private val uiDevice = UiDevice.getInstance(getInstrumentation()) regex
H A DCanUnlockWithActiveUnlockTest.kt48 private val uiDevice = UiDevice.getInstance(getInstrumentation()) regex
/aosp14/frameworks/base/tests/BlobStoreTestUtils/src/com/android/utils/blob/
H A DUtils.java190 final UiDevice uiDevice = UiDevice.getInstance( in runShellCmd() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserSystemPackageInstallerTest.java517 UiDevice uiDevice = UiDevice.getInstance(InstrumentationRegistry.getInstrumentation()); in setUserTypePackageWhitelistMode() local