Searched refs:assertEqualsIgnoreSession (Results 1 – 3 of 3) sorted by relevance
21 import static android.autofillservice.cts.testcore.Helper.assertEqualsIgnoreSession;76 assertEqualsIgnoreSession(node1Request1.getAutofillId(), oldIdField1); in testDatasetPickerIsNotShownAfterViewIsSwappedOut()118 assertEqualsIgnoreSession(node1Request2.getAutofillId(), newIdField1); in testDatasetPickerIsNotShownAfterViewIsSwappedOut()152 assertEqualsIgnoreSession(node1Request1.getAutofillId(), oldIdField1); in testViewGoneDuringAutofillCanStillBeFilled()165 assertEqualsIgnoreSession(field1.getAutofillId(), newIdField1); in testViewGoneDuringAutofillCanStillBeFilled()213 assertEqualsIgnoreSession(node1Request1.getAutofillId(), oldIdField1); in saveWhenIdChanged()245 assertEqualsIgnoreSession(node1Request2.getAutofillId(), newIdField1); in saveWhenIdChanged()
21 import static android.autofillservice.cts.testcore.Helper.assertEqualsIgnoreSession;194 assertEqualsIgnoreSession(newId1, child.getAutofillId()); in testDoNotRestoreDuplicateAutofillIds()
1610 public static void assertEqualsIgnoreSession(@NonNull AutofillId id1, @NonNull AutofillId id2) { in assertEqualsIgnoreSession() method in Helper