Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DPowerPolicyTestAnalyzer.java55 String shellOutput = mHostTest.fetchActivityDumpsys(); in snapshotTestResult()
60 String shellOutput = mHostTest.fetchActivityDumpsys(); in getLatestTestResultEntry()
/cts/hostsidetests/car/src/android/car/cts/
DCarWatchdogHostTest.java427 String dump = fetchActivityDumpsys(packageName); in readForegroundBytesFromActivityDump()
453 fetchActivityDumpsys(packageName); in verifyTestAppsKilled()
465 private String fetchActivityDumpsys(String packageName) throws Exception { in fetchActivityDumpsys() method in CarWatchdogHostTest
DPowerPolicyHostTest.java162 public String fetchActivityDumpsys() throws Exception { in fetchActivityDumpsys() method in PowerPolicyHostTest