Home
last modified time | relevance | path

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

/platform_testing/libraries/collectors-helper/perfetto/src/com/android/helpers/
DPerfettoHelper.java74 private UiDevice mUIDevice = UiDevice.getInstance(InstrumentationRegistry.getInstrumentation()); field in PerfettoHelper
243 startOutput = mUIDevice.executeShellCommand(perfettoCmd); in startCollectingFromConfigFile()
274 mUIDevice.executeShellCommand(String.format(REMOVE_CMD, PERFETTO_TMP_OUTPUT_FILE)); in canSetupBeforeStartCollecting()
279 mUIDevice.executeShellCommand( in canSetupBeforeStartCollecting()
367 mUIDevice.executeShellCommand(String.format(PERFETTO_STOP_CMD, perfettoProcId)); in stopPerfetto()
451 mUIDevice.executeShellCommand( in isTestPerfettoRunning()
490 String moveResult = mUIDevice.executeShellCommand(String.format( in copyFileOutput()