Searched refs:FillResponseEventLogger (Results 1 – 2 of 2) sorted by relevance
61 public final class FillResponseEventLogger { class191 private FillResponseEventLogger(int sessionId) { in FillResponseEventLogger() method in FillResponseEventLogger199 public static FillResponseEventLogger forSessionId(int sessionId) { in forSessionId()200 return new FillResponseEventLogger(sessionId); in forSessionId()
54 import static com.android.server.autofill.FillResponseEventLogger.AVAILABLE_COUNT_WHEN_FILL_REQUEST…55 import static com.android.server.autofill.FillResponseEventLogger.DETECTION_PREFER_AUTOFILL_PROVIDE…56 import static com.android.server.autofill.FillResponseEventLogger.DETECTION_PREFER_PCC;57 import static com.android.server.autofill.FillResponseEventLogger.DETECTION_PREFER_UNKNOWN;58 import static com.android.server.autofill.FillResponseEventLogger.HAVE_SAVE_TRIGGER_ID;59 import static com.android.server.autofill.FillResponseEventLogger.RESPONSE_STATUS_FAILURE;60 import static com.android.server.autofill.FillResponseEventLogger.RESPONSE_STATUS_SESSION_DESTROYED;61 import static com.android.server.autofill.FillResponseEventLogger.RESPONSE_STATUS_SUCCESS;62 import static com.android.server.autofill.FillResponseEventLogger.RESPONSE_STATUS_TIMEOUT;521 private FillResponseEventLogger mFillResponseEventLogger;[all …]