Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DVerifyCredentialResponse.java39 private int mResponseCode; field in VerifyCredentialResponse
70 mResponseCode = RESPONSE_OK; in VerifyCredentialResponse()
77 mResponseCode = RESPONSE_OK; in VerifyCredentialResponse()
82 mResponseCode = RESPONSE_RETRY; in VerifyCredentialResponse()
87 mResponseCode = responseCode; in VerifyCredentialResponse()
94 dest.writeInt(mResponseCode); in writeToParcel()
95 if (mResponseCode == RESPONSE_RETRY) { in writeToParcel()
97 } else if (mResponseCode == RESPONSE_OK) { in writeToParcel()
121 return mResponseCode; in getResponseCode()
133 return new VerifyCredentialResponse(mResponseCode, mTimeout, new byte[0]); in stripPayload()
/frameworks/base/core/java/android/service/gatekeeper/
DGateKeeperResponse.java34 private final int mResponseCode; field in GateKeeperResponse
42 mResponseCode = responseCode; in GateKeeperResponse()
101 dest.writeInt(mResponseCode); in writeToParcel()
102 if (mResponseCode == RESPONSE_RETRY) { in writeToParcel()
104 } else if (mResponseCode == RESPONSE_OK) { in writeToParcel()
128 return mResponseCode; in getResponseCode()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt101216 Lcom/android/internal/widget/VerifyCredentialResponse;->mResponseCode:I