Searched refs:getUiAutomation (Results 1 – 17 of 17) sorted by relevance
120 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()
232 ParcelFileDescriptor stdout = getUiAutomation().executeShellCommand(command); in executeShellCommand()249 public UiAutomation getUiAutomation () { in getUiAutomation() method in ProcessStatusTracker
296 ParcelFileDescriptor stdout = getUiAutomation().executeShellCommand(command); in executeShellCommand()313 public UiAutomation getUiAutomation () { in getUiAutomation() method in GraphicsStatsMonitor
262 mGraphicsStatsMonitor.setUiAutomation(getUiAutomation()); in startJankMonitoring()324 ((ProcessStatusTracker)mProcessTracker).setUiAutomation(getUiAutomation()); in runTest()
329 mInstrumentation.getUiAutomation().executeShellCommand(command); in saveProcessOutput()
47 mUiAutomation = InstrumentationRegistry.getInstrumentation().getUiAutomation(); in setUp()
51 mUiAutomation = InstrumentationRegistry.getInstrumentation().getUiAutomation(); in setUp()
58 InstrumentationRegistry.getInstrumentation().getUiAutomation()); in setUp()
56 InstrumentationRegistry.getInstrumentation().getUiAutomation()); in setUp()
54 InstrumentationRegistry.getInstrumentation().getUiAutomation()); in setUp()
50 mUiAutomation = InstrumentationRegistry.getInstrumentation().getUiAutomation(); in setUp()
92 InstrumentationRegistry.getInstrumentation().getUiAutomation()); in setUp()
62 mUiAutomation = getInstrumentation().getUiAutomation(); in setUp()
55 mUiAutomation = getInstrumentation().getUiAutomation(); in setUp()
44 mUiAutomation = getInstrumentation().getUiAutomation(); in setUp()
153 mInst.getUiAutomation().executeShellCommand(command); in executeAdbCommand()