Home
last modified time | relevance | path

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

/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/
DBatteryStatsListener.java181 UiAutomation automation = getInstrumentation().getUiAutomation(); in dumpBatteryStats() local
185 automation.executeShellCommand(CMD_DUMPSYS)); in dumpBatteryStats()
208 UiAutomation automation = getInstrumentation().getUiAutomation(); in resetBatteryStats() local
211 automation.executeShellCommand(CMD_DUMPSYS_RESET)); in resetBatteryStats()
/platform_testing/libraries/collectors-helper/system/src/com/android/helpers/
DTimingHelper.java110 UiAutomation automation = InstrumentationRegistry.getInstrumentation().getUiAutomation(); in streamLogcat() local
112 automation.executeShellCommand(LOGCAT_CMD)); in streamLogcat()
DBugReportDurationHelper.java298 UiAutomation automation = InstrumentationRegistry.getInstrumentation().getUiAutomation(); in extractAndFilterBugReport() local
308 automation.executeShellCommand(cmd)); in extractAndFilterBugReport()
343 UiAutomation automation = InstrumentationRegistry.getInstrumentation().getUiAutomation(); in extractAndFilterDumpstateBoard() local
353 automation.executeShellCommand(cmd)); in extractAndFilterDumpstateBoard()
381 UiAutomation automation = InstrumentationRegistry.getInstrumentation().getUiAutomation(); in dumpBugReportEntries() local
386 automation.executeShellCommand(cmd)); in dumpBugReportEntries()
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DScreenRecordRule.kt81 private val automation: UiAutomation = getInstrumentation().uiAutomation in <lambda>() constant in android.platform.test.rule.ScreenRecordRule
149 automation.executeShellCommand("screenrecord --verbose --bugreport $outputFile") in <lambda>()