Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/autofill/
DAutofillId.java76 public static AutofillId withoutSession(@NonNull AutofillId id) { in withoutSession() method in AutofillId
/frameworks/base/core/tests/coretests/src/android/view/autofill/
DAutofillIdTest.java124 final AutofillId idWithoutSession = AutofillId.withoutSession(id); in testFactoryMethod_withoutSession()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java2804 final AutofillId focusedId = AutofillId.withoutSession(mCurrentViewId); in triggerAugmentedAutofillLocked()