Home
last modified time | relevance | path

Searched refs:responseCode (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/packages/StatementService/src/com/android/statementservice/network/retriever/
H A DUrlFetcher.kt55 val responseCode = connection.responseCode regex
57 responseCode != HttpURLConnection.HTTP_OK -> {
58 Log.w(TAG, "The responses code is not 200 but $responseCode")
59 Result.Success(Response(responseCode))
63 Result.Success(Response(responseCode))
72 Result.Success(Response(responseCode, content.await()))
83 val responseCode: Int,
H A DStatementRetriever.kt56 val responseCode: Int?
64 webResult.responseCode
/aosp14/frameworks/base/core/java/android/service/gatekeeper/
H A DGateKeeperResponse.java43 private GateKeeperResponse(int responseCode) { in GateKeeperResponse() argument
44 mResponseCode = responseCode; in GateKeeperResponse()
48 public static GateKeeperResponse createGenericResponse(int responseCode) { in createGenericResponse() argument
49 return new GateKeeperResponse(responseCode); in createGenericResponse()
75 int responseCode = source.readInt();
77 if (responseCode == RESPONSE_RETRY) {
79 } else if (responseCode == RESPONSE_OK) {
89 response = createGenericResponse(responseCode);
/aosp14/frameworks/base/core/java/android/security/
H A DConfirmationPrompt.java105 private void doCallback(int responseCode, byte[] dataThatWasConfirmed, in doCallback() argument
107 switch (responseCode) { in doCallback()
125 callback.onError(new Exception("Unexpected responseCode=" + responseCode in doCallback()
279 int responseCode = getService().presentConfirmationPrompt( in presentPrompt() local
282 switch (responseCode) { in presentPrompt()
295 "Unexpected responseCode=" + responseCode in presentPrompt()
311 int responseCode = in cancelPrompt() local
313 if (responseCode == AndroidProtectedConfirmation.ERROR_OK) { in cancelPrompt()
315 } else if (responseCode == AndroidProtectedConfirmation.ERROR_OPERATION_PENDING) { in cancelPrompt()
320 "Unexpected responseCode=" + responseCode in cancelPrompt()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DVerifyCredentialResponse.java58 final @ResponseCode int responseCode = source.readInt();
63 return new VerifyCredentialResponse(responseCode, timeout, gatekeeperHAT,
127 private VerifyCredentialResponse(@ResponseCode int responseCode, int timeout, in VerifyCredentialResponse() argument
129 mResponseCode = responseCode; in VerifyCredentialResponse()
187 int responseCode = gateKeeperResponse.getResponseCode(); in fromGateKeeperResponse() local
188 if (responseCode == GateKeeperResponse.RESPONSE_RETRY) { in fromGateKeeperResponse()
190 } else if (responseCode == GateKeeperResponse.RESPONSE_OK) { in fromGateKeeperResponse()
/aosp14/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
H A DWebContent.java32 public WebContent(String content, Long expireTimeMillis, int responseCode) { in WebContent() argument
35 mResponseCode = responseCode; in WebContent()
/aosp14/frameworks/base/telephony/java/android/telephony/ims/
H A DSipDetails.java113 public Builder setSipResponseCode(int responseCode, in setSipResponseCode() argument
115 this.mResponseCode = responseCode; in setSipResponseCode()
/aosp14/frameworks/base/packages/StatementService/src/com/android/statementservice/domain/
H A DDomainVerifier.kt108 when (result.responseCode) {
/aosp14/frameworks/base/tests/CoreTests/android/core/
H A DTestEventHandler.java37 private int responseCode = -1; field in TestEventHandler
174 responseCode = code; in status()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DSyntheticPasswordManager.java1378 int responseCode = response.getResponseCode(); in unlockLskfBasedProtector() local
1379 if (responseCode == GateKeeperResponse.RESPONSE_OK) { in unlockLskfBasedProtector()
1404 } else if (responseCode == GateKeeperResponse.RESPONSE_RETRY) { in unlockLskfBasedProtector()
1629 int responseCode = response.getResponseCode(); in verifyChallengeInternal() local
1630 if (responseCode == GateKeeperResponse.RESPONSE_OK) { in verifyChallengeInternal()
1653 } else if (responseCode == GateKeeperResponse.RESPONSE_RETRY) { in verifyChallengeInternal()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...