Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DPowerPolicyTestResult.java22 private final PowerPolicyTestAnalyzer mTestAnalyzer; field in PowerPolicyTestResult
28 mTestAnalyzer = testAnalyzer; in PowerPolicyTestResult()
51 mStartSnapshot = mTestAnalyzer.snapshotTestResult(); in takeStartSnapshot()
58 mEndSnapshot = mTestAnalyzer.snapshotTestResult(); in takeEndSnapshot()
66 testResult = mTestAnalyzer.getTailDiff(mStartSnapshot, mEndSnapshot); in checkFullTestResult()
71 .that(mTestAnalyzer.checkIfTestResultMatch(mExpected, testResult, false)) in checkFullTestResult()
77 TestResultTable.RecordEntry lastEntry = mTestAnalyzer.snapshotTestResult().getLastEntry(); in checkLastTestResultEntry()
88 TestResultTable.RecordEntry lastEntry2 = mTestAnalyzer.snapshotTestResult().getLastEntry(); in checkLastTestResultEntry()
/cts/hostsidetests/car/src/android/car/cts/
DPowerPolicyHostTest.java54 private final PowerPolicyTestAnalyzer mTestAnalyzer = new PowerPolicyTestAnalyzer(this); field in PowerPolicyHostTest
159 PowerPolicyTestResult testResult = new PowerPolicyTestResult(mTestAnalyzer); in testPowerPolicyChange()