Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/
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
/frameworks/base/tests/PlatformCompatGating/test-rules/src/android/compat/testing/
DPlatformCompatChangeRule.java90 UiAutomation uiAutomation = instrumentation.getUiAutomation(); in evaluate() local
116 private static void adoptShellPermissions(UiAutomation uiAutomation) { in adoptShellPermissions()
/frameworks/base/services/tests/PackageManagerServiceTests/host/test-apps/DeviceSide/src/com/android/server/pm/cts/test/deviceside/
DDeviceSide.kt19 val uiAutomation = instrumentation.uiAutomation in testGetInstalledPackagesWithFactoryOnly() constant
/frameworks/base/apct-tests/perftests/core/src/android/accessibility/
DAccessibilityPerfTest.java125 UiAutomation uiAutomation = sInstrumentation.getUiAutomation(); in testPrefetching() local
150 UiAutomation uiAutomation = sInstrumentation.getUiAutomation(); in testConnectUiAutomation() local
/frameworks/base/libs/WindowManager/Shell/tests/flicker/pip/src/com/android/wm/shell/flicker/pip/tv/
DTvPipTestBase.kt64 private val uiAutomation = instrumentation.uiAutomation in fail() constant in com.android.wm.shell.flicker.pip.tv.TvPipTestBase.SystemUiProcessObserver
/frameworks/base/cmds/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/core/
DInstrumentationUiAutomatorBridge.java34 public InstrumentationUiAutomatorBridge(Context context, UiAutomation uiAutomation) { in InstrumentationUiAutomatorBridge()
/frameworks/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
DDumpCommand.java90 UiAutomation uiAutomation = automationWrapper.getUiAutomation(); in run() local
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/
DShellUiAutomatorBridge.java48 public ShellUiAutomatorBridge(UiAutomation uiAutomation) { in ShellUiAutomatorBridge()
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DUiAutomatorBridge.java47 UiAutomatorBridge(UiAutomation uiAutomation) { in UiAutomatorBridge()
/frameworks/base/tests/PlatformCompatGating/src/com/android/tests/gating/
DPlatformCompatCommandNotInstalledTest.kt92 private val uiAutomation: UiAutomation = instrumentation.getUiAutomation() in <lambda>() constant in com.android.tests.gating.PlatformCompatCommandNotInstalledTest
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
DBandwidthTest.java79 final UiAutomation uiAutomation = getInstrumentation().getUiAutomation(); in setUp() local
/frameworks/base/apct-tests/perftests/packagemanager/src/android/content/pm/
DPackageInstallerBenchmark.java220 UiAutomation uiAutomation = InstrumentationRegistry.getInstrumentation().getUiAutomation(); in executeShellCommand() local
/frameworks/base/services/tests/PackageManagerServiceTests/preverifieddomains/src/com/android/server/pm/test/preverifieddomains/
DPreVerifiedDomainsTests.kt60 private val uiAutomation: UiAutomation = constant