Searched refs:INVALID_REQUEST_ID (Results 1 – 5 of 5) sorted by relevance
19 import static android.service.autofill.FillRequest.INVALID_REQUEST_ID;114 return INVALID_REQUEST_ID; in cancelCurrentRequest()121 : INVALID_REQUEST_ID; in cancelCurrentRequest()
22 import static android.service.autofill.FillRequest.INVALID_REQUEST_ID;557 if (canceledRequest != INVALID_REQUEST_ID && mContexts != null) { in cancelCurrentRequestLocked()594 } while (requestId == INVALID_REQUEST_ID); in requestNewFillResponseLocked()
84 public static final int INVALID_REQUEST_ID = Integer.MIN_VALUE; field in FillRequest
20 import static android.service.autofill.FillRequest.INVALID_REQUEST_ID;102 mRequestId = INVALID_REQUEST_ID; in FillResponse()
62748 Landroid/service/autofill/FillRequest;->INVALID_REQUEST_ID:I