Home
last modified time | relevance | path

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

12

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DSyntheticPasswordTests.java111 .getResponseCode()); in testPasswordMigration()
118 .getResponseCode()); in testPasswordMigration()
142 .getResponseCode()); in testSyntheticPasswordChangeCredential()
153 .getResponseCode()); in testSyntheticPasswordVerifyCredential()
157 .getResponseCode()); in testSyntheticPasswordVerifyCredential()
176 .getResponseCode()); in testSyntheticPasswordClearCredential()
189 .getResponseCode()); in testSyntheticPasswordChangeCredentialKeepsAuthSecret()
205 .getResponseCode()); in testSyntheticPasswordVerifyPassesPrimaryUserAuthSecret()
216 .getResponseCode()); in testSecondaryUserDoesNotPassAuthSecret()
270 .getResponseCode()); in testManagedProfileUnifiedChallengeMigration()
[all …]
DCachedSyntheticPasswordTests.java74 .getResponseCode()); in testSyntheticPasswordClearCredentialUntrusted()
93 .getResponseCode()); in testSyntheticPasswordChangeCredentialUntrusted()
108 .getResponseCode()); in testUntrustedCredentialChangeMaintainsAuthSecret()
135 .getResponseCode()); in testUntrustedCredentialChangeBlockedIfSpNotCached()
138 .getResponseCode()); in testUntrustedCredentialChangeBlockedIfSpNotCached()
DLockSettingsServiceTests.java120 .getResponseCode()); in testManagedProfileUnifiedChallenge()
174 .getResponseCode()); in testManagedProfileSeparateChallenge()
180 MANAGED_PROFILE_USER_ID).getResponseCode()); in testManagedProfileSeparateChallenge()
191 MANAGED_PROFILE_USER_ID).getResponseCode()); in testManagedProfileSeparateChallenge()
215 assertEquals(GateKeeperResponse.RESPONSE_OK, response.getResponseCode()); in assertVerifyCredentials()
233 incorrectType, challenge, userId).getResponseCode()); in assertVerifyCredentials()
236 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.java358 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK) { in verifyCredential()
360 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in verifyCredential()
377 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK) { in checkCredential()
379 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in checkCredential()
464 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK) { in verifyTiedProfileChallenge()
466 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in verifyTiedProfileChallenge()
/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.cpp224 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/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.java449 if (response.getResponseCode() != GateKeeperResponse.RESPONSE_OK) { in newSyntheticPasswordAndSid()
470 if (response.getResponseCode() != GateKeeperResponse.RESPONSE_OK) { in newSidForUser()
641 if (response.getResponseCode() != GateKeeperResponse.RESPONSE_OK) { in createPasswordBasedSyntheticPassword()
840 if (result.gkResponse.getResponseCode() != VerifyCredentialResponse.RESPONSE_OK) { in unwrapPasswordBasedSyntheticPassword()
849 int responseCode = response.getResponseCode(); in unwrapPasswordBasedSyntheticPassword()
855 if (reenrollResponse.getResponseCode() == GateKeeperResponse.RESPONSE_OK) { in unwrapPasswordBasedSyntheticPassword()
911 if (response.getResponseCode() != VerifyCredentialResponse.RESPONSE_OK || in unwrapTokenBasedSyntheticPassword()
997 int responseCode = response.getResponseCode(); in verifyChallenge()
1003 if (response.getResponseCode() == GateKeeperResponse.RESPONSE_OK) { in verifyChallenge()
DLockSettingsService.java1504 if (vcr.getResponseCode() != VerifyCredentialResponse.RESPONSE_OK) { in setUserKeyProtection()
1506 + vcr.getResponseCode()); in setUserKeyProtection()
1639 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK) { in doVerifyCredential()
1671 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK) { in doVerifyCredential()
1698 if (parentResponse.getResponseCode() != VerifyCredentialResponse.RESPONSE_OK) { in verifyTiedProfileChallenge()
1785 if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_OK) { in verifyCredential()
1827 } else if (response.getResponseCode() == VerifyCredentialResponse.RESPONSE_RETRY) { in verifyCredential()
1904 .getResponseCode() == GateKeeperResponse.RESPONSE_OK) { in checkVoldPassword()
1915 .getResponseCode() == GateKeeperResponse.RESPONSE_OK) { in checkVoldPassword()
2370 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/
DGpsXtraDownloader.java130 int statusCode = connection.getResponseCode(); in doDownload()
/frameworks/base/media/java/android/media/
DMedia2HTTPConnection.java207 response = mConnection.getResponseCode(); in seekTo()
DMediaHTTPConnection.java212 response = mConnection.getResponseCode(); in seekTo()
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
DCaptivePortalLoginActivity.java263 httpResponseCode = urlConnection.getResponseCode(); in testForCaptivePortal()
/frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/
DCaptivePortalLoginActivity.java359 httpResponseCode = urlConnection.getResponseCode(); in testForCaptivePortal()
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkMonitor.java1093 httpResponseCode = urlConnection.getResponseCode(); in sendHttpProbe()
/frameworks/base/config/
Dboot-image-profile.txt43032 HSPLcom/android/okhttp/internal/huc/HttpURLConnectionImpl;->getResponseCode()I
43071 HSPLcom/android/okhttp/internal/huc/HttpsURLConnectionImpl;->getResponseCode()I
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt42948 method public int getResponseCode() throws java.io.IOException;

12