Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DPresentationStatsEventLogger.java682 event.mAutofillIdsAttemptedAutofill = new ArraySet<>(autofillIds); in maybeSetViewFillablesAndCount()
683 event.mViewFillableTotalCount = event.mAutofillIdsAttemptedAutofill.size(); in maybeSetViewFillablesAndCount()
715 ArraySet<AutofillId> autofillIds = event.mAutofillIdsAttemptedAutofill; in maybeAddSuccessId()
904 ArraySet<AutofillId> mAutofillIdsAttemptedAutofill; field in PresentationStatsEventLogger.PresentationStatsEventInternal