Home
last modified time | relevance | path

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

12

/platform_testing/tests/automotive/health/multiuser/src/android/platform/scenario/multiuser/nonui/
DSwitchToExistingSecondaryUser.java59 mUiAutomation = getUiAutomation(); in setup()
102 mUiAutomation = getUiAutomation(); in setup()
117 getUiAutomation().dropShellPermissionIdentity(); in dropShellPermissionIdentity()
120 private UiAutomation getUiAutomation() { in getUiAutomation() method in SwitchToExistingSecondaryUser
121 return InstrumentationRegistry.getInstrumentation().getUiAutomation(); in getUiAutomation()
DSwitchToNewGuest.java57 mUiAutomation = getUiAutomation(); in setup()
88 getUiAutomation().dropShellPermissionIdentity(); in dropShellPermissionIdentity()
91 private UiAutomation getUiAutomation() { in getUiAutomation() method in SwitchToNewGuest
92 return InstrumentationRegistry.getInstrumentation().getUiAutomation(); in getUiAutomation()
DSwitchToNewSecondaryUser.java58 mUiAutomation = getUiAutomation(); in setup()
100 getUiAutomation().dropShellPermissionIdentity(); in dropShellPermissionIdentity()
103 private UiAutomation getUiAutomation() { in getUiAutomation() method in SwitchToNewSecondaryUser
104 return InstrumentationRegistry.getInstrumentation().getUiAutomation(); in getUiAutomation()
/platform_testing/libraries/device-collectors/src/main/platform-collectors/src/android/device/collectors/
DPowerTestRunListener.java54 getInstrumentation().getUiAutomation().executeShellCommand(cbHelpCmd); in disconnectDeviceFromHost()
57 getInstrumentation().getUiAutomation().executeShellCommand(command); in disconnectDeviceFromHost()
/platform_testing/libraries/collectors-helper/jank/src/com/android/helpers/
DBinderCollectionHelper.java73 getUiAutomation().executeShellCommand(TRACE_IPC_COMMAND_START).checkError(); in startCollecting()
86 getUiAutomation() in getMetrics()
133 protected UiAutomation getUiAutomation() { in getUiAutomation() method in BinderCollectionHelper
135 uiAutomation = InstrumentationRegistry.getInstrumentation().getUiAutomation(); in getUiAutomation()
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/
DIncidentReportListener.java81 InstrumentationRegistry.getInstrumentation().getUiAutomation() in onTestRunEnd()
84 InstrumentationRegistry.getInstrumentation().getUiAutomation() in onTestRunEnd()
DBatteryStatsListener.java181 UiAutomation automation = getInstrumentation().getUiAutomation(); in dumpBatteryStats()
208 UiAutomation automation = getInstrumentation().getUiAutomation(); in resetBatteryStats()
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DFinishActivitiesWithoutProcessKillRule.java86 InstrumentationRegistry.getInstrumentation().getUiAutomation() in starting()
105 InstrumentationRegistry.getInstrumentation().getUiAutomation() in starting()
DDittoBenchRule.java42 UiAutomation uiAutomation = InstrumentationRegistry.getInstrumentation().getUiAutomation(); in starting()
DSuspendUnsuspendAppRule.java74 .getUiAutomation() in starting()
/platform_testing/libraries/device-collectors/src/main/java/android/device/stressmodes/
DLockContentionStressMode.java129 getInstrumentation().getUiAutomation().adoptShellPermissionIdentity(); in testStarted()
131 getInstrumentation().getUiAutomation().dropShellPermissionIdentity(); in testStarted()
DBackgroundTranscodingStressTestMode.java56 .getUiAutomation() in BackgroundTranscodingStressTestMode()
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/media/
DMediaController.java71 mInstrumentation.getUiAutomation().clearCache(); in play()
80 mInstrumentation.getUiAutomation().clearCache(); in pause()
178 mInstrumentation.getUiAutomation().clearCache(); in hasMetadata()
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
DScreenshotTestListener.java62 .getUiAutomation() in testRunFinished()
/platform_testing/tests/perf/PerfTransitionTest/src/com/android/apptransition/tests/
DAppTransitionTests.java187 getInstrumentation().getUiAutomation() in testColdLaunchFromLauncher()
207 getInstrumentation().getUiAutomation() in testColdLaunchFromLauncher()
387 getInstrumentation().getUiAutomation() in cleanTestApps()
492 ParcelFileDescriptor parcelDesc = getInstrumentation().getUiAutomation() in run()
574 getInstrumentation().getUiAutomation().executeShellCommand( in closeApps()
/platform_testing/tests/microbenchmarks/accessibility/src/android/accessibility/microbenchmark/
DAccessibilityNodeMicrobenchmark.java61 sUiAutomation = sInstrumentation.getUiAutomation(); in setup()
/platform_testing/libraries/sts-common-util/sts-sdk/package/test-app/src/main/java/android/security/sts/sts_test_app_package/
DDeviceTest.java92 getInstrumentation().getUiAutomation().dropShellPermissionIdentity(); in testDeviceSideMethod()
/platform_testing/tests/perf/PerformanceAppTest/src/com/android/performanceapp/tests/
DAppLaunchTests.java177 writeDataToByteStream(getInstrumentation().getUiAutomation() in testAppLaunchPerformance()
220 getInstrumentation().getUiAutomation() in testAppLaunchPerformance()
239 writeDataToByteStream(getInstrumentation().getUiAutomation() in testAppLaunchPerformance()
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DAuptTestRunner.java354 AuptTestRunner.this.getUiAutomation().executeShellCommand(
359 AuptTestRunner.this.getUiAutomation().executeShellCommand(
486 mProcessTracker.setUiAutomation(getUiAutomation());
517 mProcessTracker.setUiAutomation(getUiAutomation());
697 AuptTestRunner.this.getUiAutomation().executeShellCommand(command);
DProcessStatusTracker.java232 ParcelFileDescriptor stdout = getUiAutomation().executeShellCommand(command); in executeShellCommand()
249 public UiAutomation getUiAutomation () { in getUiAutomation() method in ProcessStatusTracker
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsDisplayHelperImpl.java39 InstrumentationRegistry.getInstrumentation().getUiAutomation();
/platform_testing/libraries/collectors-helper/system/src/com/android/helpers/
DTimingHelper.java110 UiAutomation automation = InstrumentationRegistry.getInstrumentation().getUiAutomation(); in streamLogcat()
DBugReportDurationHelper.java298 UiAutomation automation = InstrumentationRegistry.getInstrumentation().getUiAutomation(); in extractAndFilterBugReport()
343 UiAutomation automation = InstrumentationRegistry.getInstrumentation().getUiAutomation(); in extractAndFilterDumpstateBoard()
381 UiAutomation automation = InstrumentationRegistry.getInstrumentation().getUiAutomation(); in dumpBugReportEntries()
/platform_testing/tests/microbenchmarks/uibench/src/com/android/uibench/microbenchmark/
DUiBenchEditTextTypingMicrobenchmark.java91 InstrumentationRegistry.getInstrumentation().getUiAutomation(); in testEditTextTyping()
/platform_testing/libraries/flag-helpers/junit/src/android/platform/test/flag/junit/
DDeviceFlagsValueProvider.java58 mUiAutomation = InstrumentationRegistry.getInstrumentation().getUiAutomation(); in DeviceFlagsValueProvider()

12