Searched refs:PresentationStatsEventLogger (Results 1 – 3 of 3) sorted by relevance
82 public final class PresentationStatsEventLogger { class226 private PresentationStatsEventLogger(int sessionId, int callingAppUid, long timestamp) { in PresentationStatsEventLogger() method in PresentationStatsEventLogger236 public static PresentationStatsEventLogger createPresentationLog( in createPresentationLog()238 return new PresentationStatsEventLogger(sessionId, callingAppUid, timestamp); in createPresentationLog()
76 import static com.android.server.autofill.PresentationStatsEventLogger.AUTHENTICATION_RESULT_FAILUR…77 import static com.android.server.autofill.PresentationStatsEventLogger.AUTHENTICATION_RESULT_SUCCES…78 import static com.android.server.autofill.PresentationStatsEventLogger.AUTHENTICATION_TYPE_DATASET_…79 import static com.android.server.autofill.PresentationStatsEventLogger.AUTHENTICATION_TYPE_FULL_AUT…80 import static com.android.server.autofill.PresentationStatsEventLogger.NOT_SHOWN_REASON_NO_FOCUS;81 import static com.android.server.autofill.PresentationStatsEventLogger.NOT_SHOWN_REASON_REQUEST_FAI…82 import static com.android.server.autofill.PresentationStatsEventLogger.NOT_SHOWN_REASON_REQUEST_TIM…83 import static com.android.server.autofill.PresentationStatsEventLogger.NOT_SHOWN_REASON_SESSION_COM…84 import static com.android.server.autofill.PresentationStatsEventLogger.NOT_SHOWN_REASON_VIEW_CHANGE…85 import static com.android.server.autofill.PresentationStatsEventLogger.NOT_SHOWN_REASON_VIEW_FOCUS_…[all …]
55 import com.android.server.autofill.PresentationStatsEventLogger;428 @Nullable PresentationStatsEventLogger presentationStatsEventLogger, in showFillDialog()