/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/monitor/ |
D | WindowAnimationFrameStatsMonitor.java | 77 mInstrumentation.getUiAutomation().clearWindowAnimationFrameStats(); in start() 82 mStats = mInstrumentation.getUiAutomation().getWindowAnimationFrameStats(); in stop()
|
/platform_testing/libraries/collectors-helper/jank/src/com/android/helpers/ |
D | BinderCollectionHelper.java | 73 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/ |
D | IncidentReportListener.java | 81 InstrumentationRegistry.getInstrumentation().getUiAutomation() in onTestRunEnd() 84 InstrumentationRegistry.getInstrumentation().getUiAutomation() in onTestRunEnd()
|
D | BatteryStatsListener.java | 181 UiAutomation automation = getInstrumentation().getUiAutomation(); in dumpBatteryStats() 208 UiAutomation automation = getInstrumentation().getUiAutomation(); in resetBatteryStats()
|
D | ScreenshotOnFailureCollector.java | 163 getInstrumentation().getUiAutomation() in screenshotToStream()
|
D | BaseMetricListener.java | 278 getInstrumentation().getUiAutomation().executeShellCommand(command)); in executeCommandBlocking()
|
/platform_testing/libraries/collectors-helper/utilities/src/com/android/helpers/ |
D | MetricUtility.java | 65 try (InputStream is = new ParcelFileDescriptor.AutoCloseInputStream(instr.getUiAutomation() in executeCommandBlocking()
|
/platform_testing/tests/perf/PerfTransitionTest/src/com/android/apptransition/tests/ |
D | AppTransitionTests.java | 187 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/ |
D | AppLaunchTests.java | 177 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/ |
D | AuptTestRunner.java | 354 AuptTestRunner.this.getUiAutomation().executeShellCommand( 359 AuptTestRunner.this.getUiAutomation().executeShellCommand( 486 mProcessTracker.setUiAutomation(getUiAutomation()); 517 mProcessTracker.setUiAutomation(getUiAutomation()); 697 AuptTestRunner.this.getUiAutomation().executeShellCommand(command);
|
D | ProcessStatusTracker.java | 232 ParcelFileDescriptor stdout = getUiAutomation().executeShellCommand(command); in executeShellCommand() 249 public UiAutomation getUiAutomation () { in getUiAutomation() method in ProcessStatusTracker
|
D | FilesystemUtil.java | 56 ParcelFileDescriptor pfd = instr.getUiAutomation().executeShellCommand(command); in saveProcessOutput()
|
/platform_testing/libraries/device-collectors/src/test/java/android/device/collectors/ |
D | ScheduledRunCollectionListenerTest.java | 100 doReturn(InstrumentationRegistry.getInstrumentation().getUiAutomation()) in initListener() 102 .getUiAutomation(); in initListener()
|
/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/ |
D | StatsdHelper.java | 309 InstrumentationRegistry.getInstrumentation().getUiAutomation() in adoptShellIdentity() 317 InstrumentationRegistry.getInstrumentation().getUiAutomation() in dropShellIdentity()
|
/platform_testing/libraries/device-collectors/src/main/platform-collectors/src/android/device/collectors/ |
D | StatsdListener.java | 272 .getUiAutomation() in adoptShellPermissionIdentity() 284 .getUiAutomation() in dropShellPermissionIdentity()
|
/platform_testing/tests/functional/permission/src/com/android/functional/permissiontests/ |
D | GenericAppPermissionTests.java | 66 mUiAutomation = getInstrumentation().getUiAutomation(); in setUp()
|
/platform_testing/tests/functional/overviewtests/src/com/android/overview/functional/ |
D | MultiWindowTests.java | 62 mUiAutomation = getInstrumentation().getUiAutomation(); in setUp()
|
/platform_testing/utils/wifistrengthscanner/src/com/android/test/util/wifistrengthscanner/ |
D | WifiStrengthScannerInstrumentation.java | 172 ParcelFileDescriptor pfd = getUiAutomation().executeShellCommand(cmd); in executeCommand()
|
/platform_testing/tests/functional/applinktests/src/com/android/functional/applinktests/ |
D | AppLinkTests.java | 57 mUiAutomation = getInstrumentation().getUiAutomation(); in setUp()
|
/platform_testing/libraries/system-helpers/permission-helper/src/android/system/helpers/ |
D | PermissionHelper.java | 81 mUiAutomation = mInstrumentation.getUiAutomation(); in PermissionHelper()
|
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/ |
D | NotificationHelper.java | 112 mInst.getUiAutomation().executeShellCommand(command); in executeAdbCommand()
|