Home
last modified time | relevance | path

Searched defs:uiAutomation (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DUiAutomationTest.java81 UiAutomation uiAutomation = new UiAutomation(mContext, mConnection); in testGetDisplay_contextWithSecondaryDisplayId() local
92 UiAutomation uiAutomation = new UiAutomation(mContext, mConnection); in testGetDisplay_contextWithInvalidDisplayId() local
105 UiAutomation uiAutomation = new UiAutomation(mContext, mConnection); in testGetDisplay_visibleBgUsers() local
117 UiAutomation uiAutomation = new UiAutomation(mContext, mConnection); in testGetDisplay_visibleBgUsers_contextWithInvalidDisplayId() local
/aosp14/frameworks/base/tests/PlatformCompatGating/test-rules/src/android/compat/testing/
H A DPlatformCompatChangeRule.java90 UiAutomation uiAutomation = instrumentation.getUiAutomation(); in evaluate() local
116 private static void adoptShellPermissions(UiAutomation uiAutomation) { in adoptShellPermissions()
/aosp14/frameworks/base/cmds/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/core/
H A DInstrumentationUiAutomatorBridge.java34 public InstrumentationUiAutomatorBridge(Context context, UiAutomation uiAutomation) { in InstrumentationUiAutomatorBridge()
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/host/test-apps/DeviceSide/src/com/android/server/pm/cts/test/deviceside/
H A DDeviceSide.kt19 val uiAutomation = instrumentation.uiAutomation regex
/aosp14/frameworks/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
H A DDumpCommand.java90 UiAutomation uiAutomation = automationWrapper.getUiAutomation(); in run() local
/aosp14/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/
H A DShellUiAutomatorBridge.java48 public ShellUiAutomatorBridge(UiAutomation uiAutomation) { in ShellUiAutomatorBridge()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/tv/
H A DTvPipTestBase.kt64 private val uiAutomation = instrumentation.uiAutomation regex
/aosp14/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiAutomatorBridge.java47 UiAutomatorBridge(UiAutomation uiAutomation) { in UiAutomatorBridge()
/aosp14/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
H A DBandwidthTest.java78 final UiAutomation uiAutomation = getInstrumentation().getUiAutomation(); in setUp() local
/aosp14/frameworks/base/apct-tests/perftests/packagemanager/src/android/content/pm/
H A DPackageInstallerBenchmark.java220 UiAutomation uiAutomation = InstrumentationRegistry.getInstrumentation().getUiAutomation(); in executeShellCommand() local