Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/
DDuplicateIdActivityTest.java149 final AutofillId recreatedId1 = recreatedView1.getAutofillId(); in testDoNotRestoreDuplicateAutofillIds() local
153 Log.v(TAG, "restored view1=" + recreatedId1); in testDoNotRestoreDuplicateAutofillIds()
162 final boolean view1WasRestored = (recreatedId1.equalsIgnoreSession(id1) in testDoNotRestoreDuplicateAutofillIds()
163 || recreatedId1.equalsIgnoreSession(id2)); in testDoNotRestoreDuplicateAutofillIds()
171 assertThat(recreatedId1).isNotEqualTo(recreatedId2); in testDoNotRestoreDuplicateAutofillIds()