Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/autofill/
DAutofillId.java197 public boolean equalsIgnoreSession(@Nullable AutofillId other) { in equalsIgnoreSession() method in AutofillId
/frameworks/base/core/tests/coretests/src/android/view/autofill/
DAutofillIdTest.java311 assertWithMessage("%s is not equal to %s", id1, id2).that(id1.equalsIgnoreSession(id2)) in assertEqualsIgnoreSession()
318 assertWithMessage("%s is not equal to %s", id1, id2).that(id1.equalsIgnoreSession(id2)) in assertNotEqualsIgnoreSession()
/frameworks/base/api/
Dtest-current.txt4416 method public boolean equalsIgnoreSession(@Nullable android.view.autofill.AutofillId);