Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/view/autofill/
H A DAutofillIdTest.java124 final AutofillId idWithoutSession = AutofillId.withoutSession(id); in testFactoryMethod_withoutSession()
131 final AutofillId idWithoutSession = AutofillId.withoutSession(id); in testVirtual_Long_withoutSession()
144 final AutofillId idWithoutSession = AutofillId.withoutSession(id); in testVirtual_Int_withoutSession()
/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillId.java101 public static AutofillId withoutSession(@NonNull AutofillId id) { in withoutSession() method in AutofillId
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DSession.java5234 AutofillId.withoutSession(focussedId), currentValue, in onAugmentedAutofillInlineSuggestionAccept()
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt3643 …method @NonNull public static android.view.autofill.AutofillId withoutSession(@NonNull android.vie…