Home
last modified time | relevance | path

Searched refs:INVALID_REQUEST_ID (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DRemoteFillService.java19 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()
H A DSession.java39 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()
/aosp14/frameworks/base/core/java/android/service/autofill/
H A DFillRequest.java131 public static final int INVALID_REQUEST_ID = Integer.MIN_VALUE; field in FillRequest
H A DFillResponse.java20 import static android.service.autofill.FillRequest.INVALID_REQUEST_ID;
213 mRequestId = INVALID_REQUEST_ID; in FillResponse()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt48836 Landroid/service/autofill/FillRequest;->INVALID_REQUEST_ID:I