Searched refs:INVALID_REQUEST_ID (Results 1 – 5 of 5) sorted by relevance
19 import static android.service.autofill.FillRequest.INVALID_REQUEST_ID;62 private int mPendingFillRequestId = INVALID_REQUEST_ID;133 : INVALID_REQUEST_ID; in cancelCurrentRequest()185 mPendingFillRequestId = INVALID_REQUEST_ID; in onFillRequest()
39 import static android.service.autofill.FillRequest.INVALID_REQUEST_ID;1152 if (canceledRequest != INVALID_REQUEST_ID && mContexts != null) { in cancelCurrentRequestLocked()1219 } while (requestId == INVALID_REQUEST_ID); in requestNewFillResponseLocked()1313 } while (requestId == INVALID_REQUEST_ID); in requestAssistStructureForPccLocked()
131 public static final int INVALID_REQUEST_ID = Integer.MIN_VALUE; field in FillRequest
20 import static android.service.autofill.FillRequest.INVALID_REQUEST_ID;213 mRequestId = INVALID_REQUEST_ID; in FillResponse()
48836 Landroid/service/autofill/FillRequest;->INVALID_REQUEST_ID:I