Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DPowerPolicyTestResult.java77 TestResultTable.RecordEntry lastEntry = mTestAnalyzer.snapshotTestResult().getLastEntry(); in checkLastTestResultEntry()
87 TestResultTable.RecordEntry lastEntry1 = expected.getLastEntry(); in checkLastTestResultEntry()
88 TestResultTable.RecordEntry lastEntry2 = mTestAnalyzer.snapshotTestResult().getLastEntry(); in checkLastTestResultEntry()
DTestResultTable.java41 public RecordEntry getLastEntry() { in getLastEntry() method in TestResultTable