Searched refs:FillResponseEventLogger (Results 1 – 2 of 2) sorted by relevance
62 public final class FillResponseEventLogger { class194 private FillResponseEventLogger(int sessionId) { in FillResponseEventLogger() method in FillResponseEventLogger202 public static FillResponseEventLogger forSessionId(int sessionId) { in forSessionId()203 return new FillResponseEventLogger(sessionId); in forSessionId()
60 import static com.android.server.autofill.FillResponseEventLogger.AVAILABLE_COUNT_WHEN_FILL_REQUEST…61 import static com.android.server.autofill.FillResponseEventLogger.DETECTION_PREFER_AUTOFILL_PROVIDE…62 import static com.android.server.autofill.FillResponseEventLogger.DETECTION_PREFER_PCC;63 import static com.android.server.autofill.FillResponseEventLogger.DETECTION_PREFER_UNKNOWN;64 import static com.android.server.autofill.FillResponseEventLogger.HAVE_SAVE_TRIGGER_ID;65 import static com.android.server.autofill.FillResponseEventLogger.RESPONSE_STATUS_FAILURE;66 import static com.android.server.autofill.FillResponseEventLogger.RESPONSE_STATUS_SESSION_DESTROYED;67 import static com.android.server.autofill.FillResponseEventLogger.RESPONSE_STATUS_SUCCESS;68 import static com.android.server.autofill.FillResponseEventLogger.RESPONSE_STATUS_TIMEOUT;69 import static com.android.server.autofill.FillResponseEventLogger.RESPONSE_STATUS_TRANSACTION_TOO_L…[all …]