Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DPresentationStatsEventLogger.java683 event.mViewFillableTotalCount = event.mAutofillIdsAttemptedAutofill.size(); in maybeSetViewFillablesAndCount()
783 + " mViewFillableTotalCount=" + event.mViewFillableTotalCount in logAndEndEvent()
839 event.mViewFillableTotalCount, in logAndEndEvent()
887 int mViewFillableTotalCount = DEFAULT_VALUE_INT; field in PresentationStatsEventLogger.PresentationStatsEventInternal