Home
last modified time | relevance | path

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

12

/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/health/rules/src/android/platform/test/rule/
DFinishActivitiesWithoutProcessKillRule.java77 InstrumentationRegistry.getInstrumentation().getUiAutomation() in starting()
92 InstrumentationRegistry.getInstrumentation().getUiAutomation() in starting()
DScreenRecordRule.java56 UiAutomation automation = inst.getUiAutomation(); in apply()
DFailureWatcher.java108 getInstrumentation().getUiAutomation().executeShellCommand(cmd))) { in dumpCommand()
/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()
DScreenshotOnFailureCollector.java163 getInstrumentation().getUiAutomation() in screenshotToStream()
/platform_testing/libraries/device-collectors/src/main/platform-collectors/src/android/device/collectors/
DUiInteractionFrameInfoListener.java75 getInstrumentation().getUiAutomation().executeShellCommand(CMD_ENABLE_NOTIFY); in onTestRunStart()
82 getInstrumentation().getUiAutomation().executeShellCommand(CMD_DISABLE_NOTIFY); in onTestRunEnd()
136 getInstrumentation().getUiAutomation().executeShellCommand(CMD_TOGGLE_PANEL); in flushSurfaceFlingerCallback()
139 getInstrumentation().getUiAutomation().executeShellCommand(CMD_TOGGLE_PANEL); in flushSurfaceFlingerCallback()
/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()
DIOContentionStressTestMode.java55 .getUiAutomation() in IOContentionStressTestMode()
/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/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
DFilesystemUtil.java56 ParcelFileDescriptor pfd = instr.getUiAutomation().executeShellCommand(command); in saveProcessOutput()
/platform_testing/libraries/device-collectors/src/test/java/android/device/collectors/
DScheduledRunCollectionListenerTest.java100 doReturn(InstrumentationRegistry.getInstrumentation().getUiAutomation()) in initListener()
102 .getUiAutomation(); in initListener()
/platform_testing/libraries/collectors-helper/utilities/src/com/android/helpers/
DMetricUtility.java123 try (InputStream is = new ParcelFileDescriptor.AutoCloseInputStream(instr.getUiAutomation() in executeCommandBlocking()
/platform_testing/libraries/automotive-helpers/hardkeys-app-helper/src/android/platform/helpers/
DVehicleHardKeysHelperImpl.java48 InstrumentationRegistry.getInstrumentation().getUiAutomation();
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsSoundsHelperImpl.java47 InstrumentationRegistry.getInstrumentation().getUiAutomation();
/platform_testing/tests/apphealth/scenarios/src/android/platform/test/scenario/facebook/
DFacebookAppHelperImpl.java68 mUiAutomation = instrumentation.getUiAutomation(); in FacebookAppHelperImpl()
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/helpers/
DStandardAppHelper.kt190 mInstrumentation.getUiAutomation().syncInputTransactions() in launchViaIntent()
/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/
DStatsdHelper.java340 InstrumentationRegistry.getInstrumentation().getUiAutomation() in adoptShellIdentity()
348 InstrumentationRegistry.getInstrumentation().getUiAutomation() in dropShellIdentity()
/platform_testing/libraries/collectors-helper/memory/src/com/android/helpers/
DDumpsysMeminfoHelper.java73 mUiAutomation = InstrumentationRegistry.getInstrumentation().getUiAutomation(); in startCollecting()
/platform_testing/tests/functional/overviewtests/src/com/android/overview/functional/
DMultiWindowTests.java62 mUiAutomation = getInstrumentation().getUiAutomation(); in setUp()

12