Home
last modified time | relevance | path

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

/platform_testing/tests/perf/PerformanceAppTest/src/com/android/performanceapp/tests/
DAppLaunchTests.java120 getInstrumentation().getUiAutomation() in testAppLaunchPerformance()
137 getInstrumentation().getUiAutomation().executeShellCommand(ATRACE_DUMP); in testAppLaunchPerformance()
158 … getInstrumentation().getUiAutomation().executeShellCommand(ATRACE_STOP)); in testAppLaunchPerformance()
164 getInstrumentation().getUiAutomation().executeShellCommand( in testAppLaunchPerformance()
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DProcessStatusTracker.java232 ParcelFileDescriptor stdout = getUiAutomation().executeShellCommand(command); in executeShellCommand()
249 public UiAutomation getUiAutomation () { in getUiAutomation() method in ProcessStatusTracker
DGraphicsStatsMonitor.java296 ParcelFileDescriptor stdout = getUiAutomation().executeShellCommand(command); in executeShellCommand()
313 public UiAutomation getUiAutomation () { in getUiAutomation() method in GraphicsStatsMonitor
DAuptTestRunner.java262 mGraphicsStatsMonitor.setUiAutomation(getUiAutomation()); in startJankMonitoring()
324 ((ProcessStatusTracker)mProcessTracker).setUiAutomation(getUiAutomation()); in runTest()
DDataCollector.java329 mInstrumentation.getUiAutomation().executeShellCommand(command); in saveProcessOutput()
/platform_testing/tests/androidbvt/src/com/android/androidbvt/
DSysUIMultiUserTests.java47 mUiAutomation = InstrumentationRegistry.getInstrumentation().getUiAutomation(); in setUp()
DSysUIMultiWindowTests.java51 mUiAutomation = InstrumentationRegistry.getInstrumentation().getUiAutomation(); in setUp()
DFrameworkDownloadTests.java58 InstrumentationRegistry.getInstrumentation().getUiAutomation()); in setUp()
DConnectivityWifiTests.java56 InstrumentationRegistry.getInstrumentation().getUiAutomation()); in setUp()
DSysUILockScreenTests.java54 InstrumentationRegistry.getInstrumentation().getUiAutomation()); in setUp()
DSysUIGSATests.java50 mUiAutomation = InstrumentationRegistry.getInstrumentation().getUiAutomation(); in setUp()
DSysUINotificationShadeTests.java92 InstrumentationRegistry.getInstrumentation().getUiAutomation()); in setUp()
/platform_testing/tests/functional/permission/src/com/android/functional/permissiontests/
DGenericAppPermissionTests.java62 mUiAutomation = getInstrumentation().getUiAutomation(); in setUp()
/platform_testing/tests/functional/applinktests/src/com/android/functional/applinktests/
DAppLinkTests.java55 mUiAutomation = getInstrumentation().getUiAutomation(); in setUp()
/platform_testing/tests/functional/externalstorage/src/com/android/functional/externalstoragetests/
DAdoptableStorageTests.java44 mUiAutomation = getInstrumentation().getUiAutomation(); in setUp()
DPortableStorageTests.java44 mUiAutomation = getInstrumentation().getUiAutomation(); in setUp()
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationHelper.java153 mInst.getUiAutomation().executeShellCommand(command); in executeAdbCommand()