Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DAutoFillUI.java428 @Nullable PresentationStatsEventLogger presentationStatsEventLogger, in showFillDialog() argument
472 if (presentationStatsEventLogger != null) { in showFillDialog()
473 presentationStatsEventLogger.maybeSetPositiveCtaButtonClicked( in showFillDialog()
489 if (presentationStatsEventLogger != null) { in showFillDialog()
490 presentationStatsEventLogger.maybeSetDialogDismissed(true); in showFillDialog()
502 if (presentationStatsEventLogger != null) { in showFillDialog()
503 presentationStatsEventLogger.maybeSetNegativeCtaButtonClicked( in showFillDialog()