Searched refs:mTestAnalyzer (Results 1 – 2 of 2) sorted by relevance
22 private final PowerPolicyTestAnalyzer mTestAnalyzer; field in PowerPolicyTestResult28 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()
54 private final PowerPolicyTestAnalyzer mTestAnalyzer = new PowerPolicyTestAnalyzer(this); field in PowerPolicyHostTest159 PowerPolicyTestResult testResult = new PowerPolicyTestResult(mTestAnalyzer); in testPowerPolicyChange()