Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/monitor/
DWindowAnimationFrameStatsMonitor.java77 mInstrumentation.getUiAutomation().clearWindowAnimationFrameStats(); in start()
82 mStats = mInstrumentation.getUiAutomation().getWindowAnimationFrameStats(); in stop()
/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()
DScreenshotOnFailureCollector.java163 getInstrumentation().getUiAutomation() in screenshotToStream()
DBaseMetricListener.java278 getInstrumentation().getUiAutomation().executeShellCommand(command)); in executeCommandBlocking()
/platform_testing/libraries/collectors-helper/utilities/src/com/android/helpers/
DMetricUtility.java65 try (InputStream is = new ParcelFileDescriptor.AutoCloseInputStream(instr.getUiAutomation() in executeCommandBlocking()
/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/statsd/src/com/android/helpers/
DStatsdHelper.java309 InstrumentationRegistry.getInstrumentation().getUiAutomation() in adoptShellIdentity()
317 InstrumentationRegistry.getInstrumentation().getUiAutomation() in dropShellIdentity()
/platform_testing/libraries/device-collectors/src/main/platform-collectors/src/android/device/collectors/
DStatsdListener.java272 .getUiAutomation() in adoptShellPermissionIdentity()
284 .getUiAutomation() in dropShellPermissionIdentity()
/platform_testing/tests/functional/permission/src/com/android/functional/permissiontests/
DGenericAppPermissionTests.java66 mUiAutomation = getInstrumentation().getUiAutomation(); in setUp()
/platform_testing/tests/functional/overviewtests/src/com/android/overview/functional/
DMultiWindowTests.java62 mUiAutomation = getInstrumentation().getUiAutomation(); in setUp()
/platform_testing/utils/wifistrengthscanner/src/com/android/test/util/wifistrengthscanner/
DWifiStrengthScannerInstrumentation.java172 ParcelFileDescriptor pfd = getUiAutomation().executeShellCommand(cmd); in executeCommand()
/platform_testing/tests/functional/applinktests/src/com/android/functional/applinktests/
DAppLinkTests.java57 mUiAutomation = getInstrumentation().getUiAutomation(); in setUp()
/platform_testing/libraries/system-helpers/permission-helper/src/android/system/helpers/
DPermissionHelper.java81 mUiAutomation = mInstrumentation.getUiAutomation(); in PermissionHelper()
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationHelper.java112 mInst.getUiAutomation().executeShellCommand(command); in executeAdbCommand()