Searched refs:automation (Results 1 – 4 of 4) sorted by relevance
181 UiAutomation automation = getInstrumentation().getUiAutomation(); in dumpBatteryStats() local185 automation.executeShellCommand(CMD_DUMPSYS)); in dumpBatteryStats()208 UiAutomation automation = getInstrumentation().getUiAutomation(); in resetBatteryStats() local211 automation.executeShellCommand(CMD_DUMPSYS_RESET)); in resetBatteryStats()
110 UiAutomation automation = InstrumentationRegistry.getInstrumentation().getUiAutomation(); in streamLogcat() local112 automation.executeShellCommand(LOGCAT_CMD)); in streamLogcat()
298 UiAutomation automation = InstrumentationRegistry.getInstrumentation().getUiAutomation(); in extractAndFilterBugReport() local308 automation.executeShellCommand(cmd)); in extractAndFilterBugReport()343 UiAutomation automation = InstrumentationRegistry.getInstrumentation().getUiAutomation(); in extractAndFilterDumpstateBoard() local353 automation.executeShellCommand(cmd)); in extractAndFilterDumpstateBoard()381 UiAutomation automation = InstrumentationRegistry.getInstrumentation().getUiAutomation(); in dumpBugReportEntries() local386 automation.executeShellCommand(cmd)); in dumpBugReportEntries()
81 private val automation: UiAutomation = getInstrumentation().uiAutomation in <lambda>() constant in android.platform.test.rule.ScreenRecordRule149 automation.executeShellCommand("screenrecord --verbose --bugreport $outputFile") in <lambda>()