/frameworks/base/core/tests/coretests/src/android/app/ |
D | UiAutomationTest.java | 81 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/ |
D | PlatformCompatChangeRule.java | 90 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/ |
D | DeviceSide.kt | 19 val uiAutomation = instrumentation.uiAutomation in testGetInstalledPackagesWithFactoryOnly() constant
|
/frameworks/base/apct-tests/perftests/core/src/android/accessibility/ |
D | AccessibilityPerfTest.java | 125 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/ |
D | TvPipTestBase.kt | 64 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/ |
D | InstrumentationUiAutomatorBridge.java | 34 public InstrumentationUiAutomatorBridge(Context context, UiAutomation uiAutomation) { in InstrumentationUiAutomatorBridge()
|
/frameworks/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/ |
D | DumpCommand.java | 90 UiAutomation uiAutomation = automationWrapper.getUiAutomation(); in run() local
|
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/ |
D | ShellUiAutomatorBridge.java | 48 public ShellUiAutomatorBridge(UiAutomation uiAutomation) { in ShellUiAutomatorBridge()
|
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
D | UiAutomatorBridge.java | 47 UiAutomatorBridge(UiAutomation uiAutomation) { in UiAutomatorBridge()
|
/frameworks/base/tests/PlatformCompatGating/src/com/android/tests/gating/ |
D | PlatformCompatCommandNotInstalledTest.kt | 92 private val uiAutomation: UiAutomation = instrumentation.getUiAutomation() in <lambda>() constant in com.android.tests.gating.PlatformCompatCommandNotInstalledTest
|
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/ |
D | BandwidthTest.java | 79 final UiAutomation uiAutomation = getInstrumentation().getUiAutomation(); in setUp() local
|
/frameworks/base/apct-tests/perftests/packagemanager/src/android/content/pm/ |
D | PackageInstallerBenchmark.java | 220 UiAutomation uiAutomation = InstrumentationRegistry.getInstrumentation().getUiAutomation(); in executeShellCommand() local
|
/frameworks/base/services/tests/PackageManagerServiceTests/preverifieddomains/src/com/android/server/pm/test/preverifieddomains/ |
D | PreVerifiedDomainsTests.kt | 60 private val uiAutomation: UiAutomation = constant
|