Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/
DDuplicateIdActivityTest.java150 final AutofillId recreatedId2 = recreatedView2.getAutofillId(); in testDoNotRestoreDuplicateAutofillIds() local
154 Log.v(TAG, "restored view2=" + recreatedId2); in testDoNotRestoreDuplicateAutofillIds()
164 final boolean view2WasRestored = (recreatedId2.equalsIgnoreSession(id1) in testDoNotRestoreDuplicateAutofillIds()
165 || recreatedId2.equalsIgnoreSession(id2)); in testDoNotRestoreDuplicateAutofillIds()
171 assertThat(recreatedId1).isNotEqualTo(recreatedId2); in testDoNotRestoreDuplicateAutofillIds()