Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DTestResultTable.java117 public boolean equalsWithPowerPolicyData(RecordEntry peerEntry) { in equalsWithPowerPolicyData() method in TestResultTable.RecordEntry
126 return equalsWithPowerPolicyData(peerEntry.mTestcase, peerEntry.mAction, in equalsWithPowerPolicyData()
130 public boolean equalsWithPowerPolicyData(String testcase, String action, in equalsWithPowerPolicyData() method in TestResultTable.RecordEntry
DPowerPolicyTestResult.java79 .that(lastEntry.equalsWithPowerPolicyData(testcase, action, subject, policy)) in checkLastTestResultEntry()
DPowerPolicyTestAnalyzer.java46 ? entry1.equalsWithPowerPolicyData(entry2) : entry1.equals(entry2); in checkIfTestResultMatch()