Searched refs:PresentationStatsEventLogger (Results 1 – 3 of 3) sorted by relevance
80 public final class PresentationStatsEventLogger { class221 private PresentationStatsEventLogger(int sessionId, int callingAppUid) { in PresentationStatsEventLogger() method in PresentationStatsEventLogger230 public static PresentationStatsEventLogger createPresentationLog( in createPresentationLog()232 return new PresentationStatsEventLogger(sessionId, callingAppUid); in createPresentationLog()
69 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 …]
55 import com.android.server.autofill.PresentationStatsEventLogger;423 @Nullable PresentationStatsEventLogger mPresentationStatsEventLogger) { in showFillDialog()