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.java203 public boolean equalsIgnoreSession(@Nullable AutofillId other) { in equalsIgnoreSession() method in AutofillId
/frameworks/base/core/tests/coretests/src/android/view/autofill/
DAutofillIdTest.java337 assertWithMessage("%s is not equal to %s", id1, id2).that(id1.equalsIgnoreSession(id2)) in assertEqualsIgnoreSession()
344 assertWithMessage("%s is not equal to %s", id1, id2).that(id1.equalsIgnoreSession(id2)) in assertNotEqualsIgnoreSession()
/frameworks/base/core/api/
Dtest-current.txt2890 method public boolean equalsIgnoreSession(@Nullable android.view.autofill.AutofillId);