Home
last modified time | relevance | path

Searched defs:fillableIds (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/autofill/
DIAutoFillManagerClient.aidl60 in @nullable AutofillId[] fillableIds, in AutofillId saveTriggerId); in setTrackedViews()
DAutofillManager.java2229 @Nullable AutofillId[] fillableIds, @Nullable AutofillId saveTriggerId) { in setTrackedViews()
3217 boolean saveOnAllViewsInvisible, boolean saveOnFinish, AutofillId[] fillableIds, in setTrackedViews()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java2608 ArraySet<AutofillId> fillableIds = null; in updateTrackedIdsLocked() local