Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DPowerPolicyTestResult.java88 TestResultTable.RecordEntry lastEntry2 = mTestAnalyzer.snapshotTestResult().getLastEntry(); in checkLastTestResultEntry() local
90 .that(lastEntry1.equals(lastEntry2)).isTrue(); in checkLastTestResultEntry()
98 TestResultTable.RecordEntry lastEntry2 = mTestAnalyzer.snapshotTestResult().getLastEntry(); in checkLastTestResultEntryData() local
99 return lastEntry1.equalsIgnoreSubject(lastEntry2); in checkLastTestResultEntryData()