Searched refs:mStartSnapshot (Results 1 – 1 of 1) sorted by relevance
24 private TestResultTable mStartSnapshot; field in PowerPolicyTestResult48 if (mStartSnapshot != null) { in takeStartSnapshot()51 mStartSnapshot = mTestAnalyzer.snapshotTestResult(); in takeStartSnapshot()63 if (mStartSnapshot == null || mEndSnapshot == null) { in checkFullTestResult()66 testResult = mTestAnalyzer.getTailDiff(mStartSnapshot, mEndSnapshot); in checkFullTestResult()