Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DPowerPolicyTestResult.java51 mStartSnapshot = mTestAnalyzer.snapshotTestResult(); in takeStartSnapshot()
58 mEndSnapshot = mTestAnalyzer.snapshotTestResult(); in takeEndSnapshot()
77 TestResultTable.RecordEntry lastEntry = mTestAnalyzer.snapshotTestResult().getLastEntry(); in checkLastTestResultEntry()
88 TestResultTable.RecordEntry lastEntry2 = mTestAnalyzer.snapshotTestResult().getLastEntry(); in checkLastTestResultEntry()
DPowerPolicyTestAnalyzer.java54 public TestResultTable snapshotTestResult() throws Exception { in snapshotTestResult() method in PowerPolicyTestAnalyzer