Searched refs:shellOutput (Results 1 – 1 of 1) sorted by relevance
55 String shellOutput = mHostTest.fetchActivityDumpsys(); in snapshotTestResult() local56 return getTestResults(shellOutput, false); in snapshotTestResult()60 String shellOutput = mHostTest.fetchActivityDumpsys(); in getLatestTestResultEntry() local61 return getTestResults(shellOutput, true); in getLatestTestResultEntry()64 private TestResultTable getTestResults(String shellOutput, boolean onlyLastEntry) in getTestResults() argument67 String[] lines = shellOutput.split("\n"); in getTestResults()