Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/
DMutableAutofillIdTest.java21 import static android.autofillservice.cts.testcore.Helper.assertEqualsIgnoreSession;
75 assertEqualsIgnoreSession(node1Request1.getAutofillId(), oldIdField1); in testDatasetPickerIsNotShownAfterViewIsSwappedOut()
117 assertEqualsIgnoreSession(node1Request2.getAutofillId(), newIdField1); in testDatasetPickerIsNotShownAfterViewIsSwappedOut()
151 assertEqualsIgnoreSession(node1Request1.getAutofillId(), oldIdField1); in testViewGoneDuringAutofillCanStillBeFilled()
164 assertEqualsIgnoreSession(field1.getAutofillId(), newIdField1); in testViewGoneDuringAutofillCanStillBeFilled()
212 assertEqualsIgnoreSession(node1Request1.getAutofillId(), oldIdField1); in saveWhenIdChanged()
244 assertEqualsIgnoreSession(node1Request2.getAutofillId(), newIdField1); in saveWhenIdChanged()
DDuplicateIdActivityTest.java21 import static android.autofillservice.cts.testcore.Helper.assertEqualsIgnoreSession;
194 assertEqualsIgnoreSession(newId1, child.getAutofillId()); in testDoNotRestoreDuplicateAutofillIds()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DHelper.java1517 public static void assertEqualsIgnoreSession(@NonNull AutofillId id1, @NonNull AutofillId id2) { in assertEqualsIgnoreSession() method in Helper