Home
last modified time | relevance | path

Searched refs:RESPONSE_STATUS_SESSION_DESTROYED (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/autofill/java/com/android/server/autofill/
DFillResponseEventLogger.java105 RESPONSE_STATUS_SESSION_DESTROYED
168 public static final int RESPONSE_STATUS_SESSION_DESTROYED = field in FillResponseEventLogger
DSession.java66 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()
/frameworks/proto_logging/stats/enums/autofill/
Denums.proto70 RESPONSE_STATUS_SESSION_DESTROYED = 5; enumerator