Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DPresentationStatsEventLogger.java305 if (event.shouldResetShownCount) { in maybeIncrementCountShown()
306 event.shouldResetShownCount = false; in maybeIncrementCountShown()
326 event.shouldResetShownCount = true; in markShownCountAsResettable()
908 boolean shouldResetShownCount = false; field in PresentationStatsEventLogger.PresentationStatsEventInternal