Home
last modified time | relevance | path

Searched refs:getResponseCode (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DSyntheticPasswordTests.java126 .getResponseCode()); in testSyntheticPasswordChangeCredential()
138 .getResponseCode()); in testSyntheticPasswordVerifyCredential()
142 .getResponseCode()); in testSyntheticPasswordVerifyCredential()
162 .getResponseCode()); in testSyntheticPasswordClearCredential()
178 .getResponseCode()); in testSyntheticPasswordChangeCredentialKeepsAuthSecret()
197 .getResponseCode()); in testSyntheticPasswordVerifyPassesPrimaryUserAuthSecret()
208 .getResponseCode()); in testSecondaryUserDoesNotPassAuthSecret()
261 PRIMARY_USER_ID).getResponseCode(); in testTokenBasedResetPassword()
276 .getResponseCode()); in testTokenBasedResetPassword()
292 0, PRIMARY_USER_ID).getResponseCode(); in testTokenBasedClearPassword()
[all …]
DCachedSyntheticPasswordTests.java83 .getResponseCode()); in testSyntheticPasswordClearCredentialUntrusted()
102 LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, 0, PRIMARY_USER_ID).getResponseCode()); in testSyntheticPasswordChangeCredentialUntrusted()
120 .getResponseCode()); in testUntrustedCredentialChangeMaintainsAuthSecret()
152 .getResponseCode()); in testUntrustedCredentialChangeBlockedIfSpNotCached()
155 .getResponseCode()); in testUntrustedCredentialChangeBlockedIfSpNotCached()
DLockSettingsServiceTests.java151 PRIMARY_USER_ID).getResponseCode()); in testManagedProfileUnifiedChallenge()
210 PRIMARY_USER_ID).getResponseCode()); in testManagedProfileSeparateChallenge()
216 MANAGED_PROFILE_USER_ID).getResponseCode()); in testManagedProfileSeparateChallenge()
227 MANAGED_PROFILE_USER_ID).getResponseCode()); in testManagedProfileSeparateChallenge()
495 assertEquals(GateKeeperResponse.RESPONSE_OK, response.getResponseCode()); in assertVerifyCredentials()
513 credential.getBytes(), incorrectType, challenge, userId).getResponseCode()); in assertVerifyCredentials()
516 ("0" + credential).getBytes(), type, challenge, userId).getResponseCode()); in assertVerifyCredentials()
/frameworks/base/core/java/com/android/internal/widget/
DVerifyCredentialResponse.java120 public int getResponseCode() { in getResponseCode() method in VerifyCredentialResponse
139 int responseCode = gateKeeperResponse.getResponseCode(); in fromGateKeeperResponse()
DLockPatternUtils.java373 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK) { in verifyCredential()
375 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in verifyCredential()
392 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK) { in checkCredential()
394 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in checkCredential()
479 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK) { in verifyTiedProfileChallenge()
481 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in verifyTiedProfileChallenge()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/soap/
DHttpsServiceConnection.java77 public int getResponseCode() throws IOException { in getResponseCode() method in HttpsServiceConnection
78 return mConnection.getResponseCode(); in getResponseCode()
/frameworks/av/media/mtp/
DMtpResponsePacket.h43 inline MtpResponseCode getResponseCode() const { return getContainerCode(); } in getResponseCode() function
DMtpDevice.cpp712 return mResponse.getResponseCode() == MTP_RESPONSE_OK; in readData()
894 return mResponse.getResponseCode(); in readResponse()
903 return mResponse.getResponseCode(); in readResponse()
DMtpServer.cpp227 ALOGV("sending response %04X", mResponse.getResponseCode()); in run()
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
DURLFetcher.java107 if (connection.getResponseCode() != HttpURLConnection.HTTP_OK) { in getWebContentFromUrl()
108 Log.e(TAG, "The responses code is not 200 but " + connection.getResponseCode()); in getWebContentFromUrl()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/soap/
DHttpsServiceConnectionTest.java123 when(mHttpsURLConnection.getResponseCode()).thenReturn(testResponseCode); in verifyGetResponseCode()
125 assertEquals(testResponseCode, mHttpsServiceConnection.getResponseCode()); in verifyGetResponseCode()
/frameworks/base/obex/javax/obex/
DOperation.java160 int getResponseCode() throws IOException; in getResponseCode() method
DHeaderSet.java703 public int getResponseCode() throws IOException { in getResponseCode() method in HeaderSet
DClientSession.java218 op.getResponseCode(); in delete()
DServerOperation.java696 public int getResponseCode() throws IOException { in getResponseCode() method in ServerOperation
DClientOperation.java209 public synchronized int getResponseCode() throws IOException { in getResponseCode() method in ClientOperation
/frameworks/base/services/core/java/com/android/server/locksettings/
DSyntheticPasswordManager.java469 if (response.getResponseCode() != GateKeeperResponse.RESPONSE_OK) { in newSyntheticPasswordAndSid()
490 if (response.getResponseCode() != GateKeeperResponse.RESPONSE_OK) { in newSidForUser()
664 if (response.getResponseCode() != GateKeeperResponse.RESPONSE_OK) { in createPasswordBasedSyntheticPassword()
882 if (result.gkResponse.getResponseCode() != VerifyCredentialResponse.RESPONSE_OK) { in unwrapPasswordBasedSyntheticPassword()
891 int responseCode = response.getResponseCode(); in unwrapPasswordBasedSyntheticPassword()
897 if (reenrollResponse.getResponseCode() == GateKeeperResponse.RESPONSE_OK) { in unwrapPasswordBasedSyntheticPassword()
953 if (response.getResponseCode() != VerifyCredentialResponse.RESPONSE_OK || in unwrapTokenBasedSyntheticPassword()
1041 int responseCode = response.getResponseCode(); in verifyChallenge()
1047 if (response.getResponseCode() == GateKeeperResponse.RESPONSE_OK) { in verifyChallenge()
DLockSettingsService.java1679 if (vcr.getResponseCode() != VerifyCredentialResponse.RESPONSE_OK) { in setUserKeyProtection()
1681 + vcr.getResponseCode()); in setUserKeyProtection()
1845 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK) { in doVerifyCredential()
1876 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK) { in doVerifyCredential()
1904 if (parentResponse.getResponseCode() != VerifyCredentialResponse.RESPONSE_OK) { in verifyTiedProfileChallenge()
1992 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK) { in verifyCredential()
2031 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in verifyCredential()
2106 .getResponseCode() == GateKeeperResponse.RESPONSE_OK) { in checkVoldPassword()
2117 .getResponseCode() == GateKeeperResponse.RESPONSE_OK) { in checkVoldPassword()
2596 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK) { in spBasedDoVerifyCredential()
[all …]
/frameworks/base/core/java/android/service/gatekeeper/
DGateKeeperResponse.java127 public int getResponseCode() { in getResponseCode() method in GateKeeperResponse
/frameworks/base/services/core/java/com/android/server/location/
DGpsPsdsDownloader.java133 int statusCode = connection.getResponseCode(); in doDownload()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DOsuServerConnection.java462 if (mServiceConnection.getResponseCode() != HttpURLConnection.HTTP_OK) { in getCert()
464 + " is not OK, but " + mServiceConnection.getResponseCode()); in getCert()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DOsuServerConnectionTest.java445 when(mHttpsServiceConnection.getResponseCode()).thenReturn( in verifyRetrieveTrustRootCertsWithErrorInHTTPSResponse()
493 when(mHttpsServiceConnection.getResponseCode()).thenReturn( in verifyRetrieveTrustRootCertsWithoutError()
/frameworks/base/media/java/android/media/
DMediaHTTPConnection.java285 response = mConnection.getResponseCode(); in seekTo()
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
DCaptivePortalLoginActivity.java251 httpResponseCode = urlConnection.getResponseCode(); in testForCaptivePortal()
/frameworks/base/config/
Dboot-image-profile.txt24940 HSPLcom/android/okhttp/internal/huc/HttpURLConnectionImpl;->getResponseCode()I
24956 HSPLcom/android/okhttp/internal/huc/HttpsURLConnectionImpl;->getResponseCode()I

12