Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DPresentationStatsEventLogger.java80 public final class PresentationStatsEventLogger { class
221 private PresentationStatsEventLogger(int sessionId, int callingAppUid) { in PresentationStatsEventLogger() method in PresentationStatsEventLogger
230 public static PresentationStatsEventLogger createPresentationLog( in createPresentationLog()
232 return new PresentationStatsEventLogger(sessionId, callingAppUid); in createPresentationLog()
H A DSession.java69 import static com.android.server.autofill.PresentationStatsEventLogger.AUTHENTICATION_RESULT_FAILUR…
70 import static com.android.server.autofill.PresentationStatsEventLogger.AUTHENTICATION_RESULT_SUCCES…
72 import static com.android.server.autofill.PresentationStatsEventLogger.AUTHENTICATION_TYPE_FULL_AUT…
73 import static com.android.server.autofill.PresentationStatsEventLogger.NOT_SHOWN_REASON_NO_FOCUS;
74 import static com.android.server.autofill.PresentationStatsEventLogger.NOT_SHOWN_REASON_REQUEST_FAI…
75 import static com.android.server.autofill.PresentationStatsEventLogger.NOT_SHOWN_REASON_REQUEST_TIM…
77 import static com.android.server.autofill.PresentationStatsEventLogger.NOT_SHOWN_REASON_VIEW_CHANGE…
78 import static com.android.server.autofill.PresentationStatsEventLogger.NOT_SHOWN_REASON_VIEW_FOCUS_…
513 private PresentationStatsEventLogger mPresentationStatsEventLogger;
1391 mPresentationStatsEventLogger = PresentationStatsEventLogger.createPresentationLog( in Session()
[all …]
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DAutoFillUI.java55 import com.android.server.autofill.PresentationStatsEventLogger;
423 @Nullable PresentationStatsEventLogger mPresentationStatsEventLogger) { in showFillDialog()