Searched refs:snapshotTestResult (Results 1 – 2 of 2) sorted by relevance
51 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()98 TestResultTable.RecordEntry lastEntry2 = mTestAnalyzer.snapshotTestResult().getLastEntry(); in checkLastTestResultEntryData()
54 public TestResultTable snapshotTestResult() throws Exception { in snapshotTestResult() method in PowerPolicyTestAnalyzer