Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DPowerPolicyTestAnalyzer.java55 String shellOutput = mHostTest.fetchActivityDumpsys(); in snapshotTestResult() local
56 return getTestResults(shellOutput, false); in snapshotTestResult()
60 String shellOutput = mHostTest.fetchActivityDumpsys(); in getLatestTestResultEntry() local
61 return getTestResults(shellOutput, true); in getLatestTestResultEntry()
64 private TestResultTable getTestResults(String shellOutput, boolean onlyLastEntry) in getTestResults() argument
67 String[] lines = shellOutput.split("\n"); in getTestResults()