Home
last modified time | relevance | path

Searched refs:getUiAutomation (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/base/cmds/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/
DUiAutomatorTestCase.java88 getInstrumentation().getUiAutomation().setRunAsMonkey(Boolean.valueOf(monkeyVal)); in initialize()
93 getInstrumentation().getUiAutomation())); in initialize()
/frameworks/base/tests/FlickerTests/lib/src/com/android/server/wm/flicker/monitor/
DWindowAnimationFrameStatsMonitor.java80 mInstrumentation.getUiAutomation().clearWindowAnimationFrameStats(); in start()
85 stats = mInstrumentation.getUiAutomation().getWindowAnimationFrameStats(); in stop()
/frameworks/base/tests/AppLaunchWear/src/com/android/tests/applaunch/
DAppLaunch.java143 getInstrumentation().getUiAutomation().setRotation(UiAutomation.ROTATION_FREEZE_0); in setUp()
148 getInstrumentation().getUiAutomation().setRotation(UiAutomation.ROTATION_UNFREEZE); in tearDown()
275 getInstrumentation().getUiAutomation().executeShellCommand( in testMeasureStartUpTime()
375 try (ParcelFileDescriptor result = getInstrumentation().getUiAutomation(). in compileApp()
444 getInstrumentation().getUiAutomation() in dropCache()
737 ParcelFileDescriptor goHome = getInstrumentation().getUiAutomation() in run()
763 ParcelFileDescriptor parcelDesc = getInstrumentation().getUiAutomation() in run()
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
DAppLaunch.java154 getInstrumentation().getUiAutomation().setRotation(UiAutomation.ROTATION_FREEZE_0); in setUp()
159 getInstrumentation().getUiAutomation().setRotation(UiAutomation.ROTATION_UNFREEZE); in tearDown()
284 getInstrumentation().getUiAutomation().executeShellCommand( in testMeasureStartUpTime()
426 try (ParcelFileDescriptor result = getInstrumentation().getUiAutomation(). in compileApp()
495 getInstrumentation().getUiAutomation() in dropCache()
680 getInstrumentation().getUiAutomation() in cleanUpAfterCycle()
839 ParcelFileDescriptor parcelDesc = getInstrumentation().getUiAutomation() in run()
/frameworks/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
DEventsCommand.java55 automationWrapper.getUiAutomation().setOnAccessibilityEventListener( in run()
DDumpCommand.java86 UiAutomation uiAutomation = automationWrapper.getUiAutomation(); in run()
/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
DShellHelper.java48 .getUiAutomation(); in runShellCommandRaw()
/frameworks/base/core/tests/overlaytests/device/src/com/android/overlaytest/
DLocalOverlayManager.java64 InstrumentationRegistry.getInstrumentation().getUiAutomation(); in executeShellCommand()
/frameworks/base/tests/GamePerformance/src/android/gameperformance/
DATraceRunner.java70 mInstrumentation.getUiAutomation().executeShellCommand(cmd); in doInBackground()
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/
DUiAutomationShellWrapper.java69 public UiAutomation getUiAutomation() { in getUiAutomation() method in UiAutomationShellWrapper
/frameworks/base/core/tests/bugreports/src/android/server/bugreports/
DBugreportManagerTest.java308 InstrumentationRegistry.getInstrumentation().getUiAutomation() in dropPermissions()
313 InstrumentationRegistry.getInstrumentation().getUiAutomation() in getPermissions()
/frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/
DAppCompatibility.java118 mInstrumentation.getUiAutomation().setRotation(UiAutomation.ROTATION_FREEZE_0); in setUp()
131 mInstrumentation.getUiAutomation().setRotation(UiAutomation.ROTATION_UNFREEZE); in tearDown()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DSysuiTestCase.java96 ParcelFileDescriptor pfd = mRealInstrumentation.getUiAutomation() in runShellCommand()
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
DMemoryUsageTest.java76 getInstrumentation().getUiAutomation().setRotation(UiAutomation.ROTATION_FREEZE_0); in setUp()
81 getInstrumentation().getUiAutomation().setRotation(UiAutomation.ROTATION_UNFREEZE); in tearDown()
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
DInstallNonMarketAppsDeprecationTest.java81 InstrumentationRegistry.getInstrumentation().getUiAutomation().executeShellCommand( in getSecureSettingForUserViaShell()
DDeviceConfigServiceTest.java165 .getUiAutomation().executeShellCommand(command).getFileDescriptor()); in executeShellCommand()
DBaseSettingsProviderTest.java355 .getUiAutomation().executeShellCommand(command).getFileDescriptor()); in executeShellCommand()
/frameworks/base/tests/RollbackTest/RollbackTest/src/com/android/tests/rollback/
DRollbackTestUtils.java318 .getUiAutomation() in adoptShellPermissionIdentity()
325 .getUiAutomation() in dropShellPermissionIdentity()
/frameworks/base/core/tests/coretests/src/android/view/
DAccessibilityInteractionControllerTest.java72 sUiAutomation = sInstrumentation.getUiAutomation(); in oneTimeSetup()
/frameworks/base/tests/BackgroundDexOptServiceIntegrationTests/src/com/android/server/pm/
DBackgroundDexOptServiceIntegrationTests.java146 ParcelFileDescriptor pfd = InstrumentationRegistry.getInstrumentation().getUiAutomation() in runShellCommand()
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
DBandwidthTest.java78 final UiAutomation uiAutomation = getInstrumentation().getUiAutomation(); in setUp()
/frameworks/base/core/java/android/app/
DInstrumentation.java2116 public UiAutomation getUiAutomation() { in getUiAutomation() method in Instrumentation
2117 return getUiAutomation(0); in getUiAutomation()
2147 public UiAutomation getUiAutomation(@UiAutomationFlags int flags) { in getUiAutomation() method in Instrumentation
/frameworks/base/tests/DynamicCodeLoggerIntegrationTests/src/com/android/server/pm/dex/
DDynamicCodeLoggerIntegrationTests.java436 UiAutomation ui = InstrumentationRegistry.getInstrumentation().getUiAutomation(); in runCommand()
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
DUiAutomatorTestRunner.java134 mUiDevice.initialize(new ShellUiAutomatorBridge(automationWrapper.getUiAutomation())); in start()
/frameworks/base/tests/PackageWatchdog/src/com/android/server/
DPackageWatchdogTest.java752 .getUiAutomation() in adoptShellPermissions()
759 .getUiAutomation() in dropShellPermissions()

12