Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/autofill/
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()
/frameworks/base/core/java/android/view/autofill/
DAutofillId.java78 public static AutofillId withoutSession(@NonNull AutofillId id) { in withoutSession() method in AutofillId
/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java3465 AutofillId.withoutSession(focusedId), currentValue,
/frameworks/base/core/api/
Dtest-current.txt2892 …method @NonNull public static android.view.autofill.AutofillId withoutSession(@NonNull android.vie…