Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java2408 mPresentationStatsEventLogger.maybeSetNoPresentationEventReason( in onFillRequestFailure()
2412 mPresentationStatsEventLogger.maybeSetNoPresentationEventReason( in onFillRequestFailure()
2417 mPresentationStatsEventLogger.maybeSetNoPresentationEventReason( in onFillRequestFailure()
3364 mPresentationStatsEventLogger.maybeSetNoPresentationEventReason( in logContextCommittedLocked()
4544 mPresentationStatsEventLogger.maybeSetNoPresentationEventReason( in updateLocked()
4664 mPresentationStatsEventLogger.maybeSetNoPresentationEventReason( in updateLocked()
4743 mPresentationStatsEventLogger.maybeSetNoPresentationEventReason( in updateLocked()
4922 mPresentationStatsEventLogger.maybeSetNoPresentationEventReason( in onFillReady()
DPresentationStatsEventLogger.java271 public void maybeSetNoPresentationEventReason(@NotShownReason int reason) { in maybeSetNoPresentationEventReason() method in PresentationStatsEventLogger