Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DPowerPolicyTestAnalyzer.java43 TestResultTable.RecordEntry entry1 = result1.get(i); in checkIfTestResultMatch() local
46 ? entry1.equalsWithPowerPolicyData(entry2) : entry1.equals(entry2); in checkIfTestResultMatch()
/cts/tests/tests/sax/src/android/sax/cts/
DElementTest.java82 Element entry1 = root.getChild(ATOM_NAMESPACE, ENTRY1); in testParse() local
83 entry1.getChild(ATOM_NAMESPACE, ID).setElementListener(new ElementListener() { in testParse()