Searched refs:RESPONSE_STATUS_SESSION_DESTROYED (Results 1 – 3 of 3) sorted by relevance
105 RESPONSE_STATUS_SESSION_DESTROYED168 public static final int RESPONSE_STATUS_SESSION_DESTROYED = field in FillResponseEventLogger
66 import static com.android.server.autofill.FillResponseEventLogger.RESPONSE_STATUS_SESSION_DESTROYED;1683 mFillResponseEventLogger.maybeSetResponseStatus(RESPONSE_STATUS_SESSION_DESTROYED); in onFillRequestSuccess()1695 mFillResponseEventLogger.maybeSetResponseStatus(RESPONSE_STATUS_SESSION_DESTROYED); in onFillRequestSuccess()1948 mFillResponseEventLogger.maybeSetResponseStatus(RESPONSE_STATUS_SESSION_DESTROYED); in onSecondaryFillResponse()2377 mFillResponseEventLogger.maybeSetResponseStatus(RESPONSE_STATUS_SESSION_DESTROYED); in onFillRequestFailure()
70 RESPONSE_STATUS_SESSION_DESTROYED = 5; enumerator