/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
D | SyntheticPasswordTests.java | 126 .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 …]
|
D | CachedSyntheticPasswordTests.java | 83 .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()
|
D | LockSettingsServiceTests.java | 151 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/ |
D | VerifyCredentialResponse.java | 120 public int getResponseCode() { in getResponseCode() method in VerifyCredentialResponse 139 int responseCode = gateKeeperResponse.getResponseCode(); in fromGateKeeperResponse()
|
D | LockPatternUtils.java | 373 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/ |
D | HttpsServiceConnection.java | 77 public int getResponseCode() throws IOException { in getResponseCode() method in HttpsServiceConnection 78 return mConnection.getResponseCode(); in getResponseCode()
|
/frameworks/av/media/mtp/ |
D | MtpResponsePacket.h | 43 inline MtpResponseCode getResponseCode() const { return getContainerCode(); } in getResponseCode() function
|
D | MtpDevice.cpp | 712 return mResponse.getResponseCode() == MTP_RESPONSE_OK; in readData() 894 return mResponse.getResponseCode(); in readResponse() 903 return mResponse.getResponseCode(); in readResponse()
|
D | MtpServer.cpp | 227 ALOGV("sending response %04X", mResponse.getResponseCode()); in run()
|
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/ |
D | URLFetcher.java | 107 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/ |
D | HttpsServiceConnectionTest.java | 123 when(mHttpsURLConnection.getResponseCode()).thenReturn(testResponseCode); in verifyGetResponseCode() 125 assertEquals(testResponseCode, mHttpsServiceConnection.getResponseCode()); in verifyGetResponseCode()
|
/frameworks/base/obex/javax/obex/ |
D | Operation.java | 160 int getResponseCode() throws IOException; in getResponseCode() method
|
D | HeaderSet.java | 703 public int getResponseCode() throws IOException { in getResponseCode() method in HeaderSet
|
D | ClientSession.java | 218 op.getResponseCode(); in delete()
|
D | ServerOperation.java | 696 public int getResponseCode() throws IOException { in getResponseCode() method in ServerOperation
|
D | ClientOperation.java | 209 public synchronized int getResponseCode() throws IOException { in getResponseCode() method in ClientOperation
|
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | SyntheticPasswordManager.java | 469 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()
|
D | LockSettingsService.java | 1679 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/ |
D | GateKeeperResponse.java | 127 public int getResponseCode() { in getResponseCode() method in GateKeeperResponse
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | GpsPsdsDownloader.java | 133 int statusCode = connection.getResponseCode(); in doDownload()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
D | OsuServerConnection.java | 462 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/ |
D | OsuServerConnectionTest.java | 445 when(mHttpsServiceConnection.getResponseCode()).thenReturn( in verifyRetrieveTrustRootCertsWithErrorInHTTPSResponse() 493 when(mHttpsServiceConnection.getResponseCode()).thenReturn( in verifyRetrieveTrustRootCertsWithoutError()
|
/frameworks/base/media/java/android/media/ |
D | MediaHTTPConnection.java | 285 response = mConnection.getResponseCode(); in seekTo()
|
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/ |
D | CaptivePortalLoginActivity.java | 251 httpResponseCode = urlConnection.getResponseCode(); in testForCaptivePortal()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 24940 HSPLcom/android/okhttp/internal/huc/HttpURLConnectionImpl;->getResponseCode()I 24956 HSPLcom/android/okhttp/internal/huc/HttpsURLConnectionImpl;->getResponseCode()I
|