Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/gatekeeper/
DGateKeeperResponse.java36 private final int mResponseCode; field in GateKeeperResponse
44 mResponseCode = responseCode; in GateKeeperResponse()
103 dest.writeInt(mResponseCode); in writeToParcel()
104 if (mResponseCode == RESPONSE_RETRY) { in writeToParcel()
106 } else if (mResponseCode == RESPONSE_OK) { in writeToParcel()
130 return mResponseCode; in getResponseCode()
/frameworks/base/core/java/com/android/internal/widget/
DVerifyCredentialResponse.java49 private final @ResponseCode int mResponseCode; field in VerifyCredentialResponse
129 mResponseCode = responseCode; in VerifyCredentialResponse()
136 return new VerifyCredentialResponse(mResponseCode, mTimeout, in stripPayload()
142 dest.writeInt(mResponseCode); in writeToParcel()
171 return mResponseCode; in getResponseCode()
175 return mResponseCode == RESPONSE_OK; in isMatched()
180 return "Response: " + mResponseCode in toString()
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
DWebContent.java30 private final int mResponseCode; field in WebContent
35 mResponseCode = responseCode; in WebContent()
53 return mResponseCode; in getResponseCode()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt90106 Lcom/android/internal/widget/VerifyCredentialResponse;->mResponseCode:I