Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DFillResponseEventLogger.java102 RESPONSE_STATUS_SUCCESS,
170 public static final int RESPONSE_STATUS_SUCCESS = field in FillResponseEventLogger
DSession.java67 import static com.android.server.autofill.FillResponseEventLogger.RESPONSE_STATUS_SUCCESS;
1668 mFillResponseEventLogger.maybeSetResponseStatus(RESPONSE_STATUS_SUCCESS); in onFillRequestSuccess()
1936 mFillResponseEventLogger.maybeSetResponseStatus(RESPONSE_STATUS_SUCCESS); in onSecondaryFillResponse()
/frameworks/proto_logging/stats/enums/autofill/
Denums.proto67 RESPONSE_STATUS_SUCCESS = 2; enumerator