Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DRemoteFillService.java19 import static android.service.autofill.FillRequest.INVALID_REQUEST_ID;
114 return INVALID_REQUEST_ID; in cancelCurrentRequest()
121 : INVALID_REQUEST_ID; in cancelCurrentRequest()
DSession.java22 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()
/frameworks/base/core/java/android/service/autofill/
DFillRequest.java84 public static final int INVALID_REQUEST_ID = Integer.MIN_VALUE; field in FillRequest
DFillResponse.java20 import static android.service.autofill.FillRequest.INVALID_REQUEST_ID;
102 mRequestId = INVALID_REQUEST_ID; in FillResponse()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt62748 Landroid/service/autofill/FillRequest;->INVALID_REQUEST_ID:I