Searched refs:assertEqualsIgnoreSession (Results 1 – 3 of 3) sorted by relevance
21 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()
21 import static android.autofillservice.cts.testcore.Helper.assertEqualsIgnoreSession;194 assertEqualsIgnoreSession(newId1, child.getAutofillId()); in testDoNotRestoreDuplicateAutofillIds()
1517 public static void assertEqualsIgnoreSession(@NonNull AutofillId id1, @NonNull AutofillId id2) { in assertEqualsIgnoreSession() method in Helper