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.java273 String dump = fetchActivityDumpsys(packageName); in readForegroundBytesFromActivityDump()
297 fetchActivityDumpsys(packageName); in verifyTestAppKilled()
302 private String fetchActivityDumpsys(String packageName) throws Exception { in fetchActivityDumpsys() method in CarWatchdogHostTest
DPowerPolicyHostTest.java221 public String fetchActivityDumpsys() throws Exception { in fetchActivityDumpsys() method in PowerPolicyHostTest