Home
last modified time | relevance | path

Searched refs:ERROR_CODE_INVALID_RESPONSE (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DTestAccountType1Authenticator.java96 AccountManager.ERROR_CODE_INVALID_RESPONSE, in addAccount()
135 AccountManager.ERROR_CODE_INVALID_RESPONSE, in confirmCredentials()
185 AccountManager.ERROR_CODE_INVALID_RESPONSE, in getAuthToken()
228 AccountManager.ERROR_CODE_INVALID_RESPONSE, in updateCredentials()
437 AccountManager.ERROR_CODE_INVALID_RESPONSE, in isCredentialsUpdateSuggested()
462 int errorCode = AccountManager.ERROR_CODE_INVALID_RESPONSE; in fillResultWithError()
H A DAccountManagerServiceTest.java686 eq(AccountManager.ERROR_CODE_INVALID_RESPONSE), anyString()); in testStartAddAccountSessionReturnWithInvalidIntent()
754 eq(AccountManager.ERROR_CODE_INVALID_RESPONSE), contains("invalid intent")); in testStartAddAccountSessionWhereAuthenticatorReturnsIntentWithProhibitedFlags()
905 eq(AccountManager.ERROR_CODE_INVALID_RESPONSE), anyString()); in testStartUpdateCredentialsSessionReturnWithInvalidIntent()
1205 eq(AccountManager.ERROR_CODE_INVALID_RESPONSE), anyString()); in testFinishSessionAsUserReturnWithInvalidIntent()
1399 eq(AccountManager.ERROR_CODE_INVALID_RESPONSE), anyString()); in testHasFeaturesReturnNullResult()
1878 eq(AccountManager.ERROR_CODE_INVALID_RESPONSE), anyString()); in testGetAuthTokenReturnWithInvalidIntent()
2153 eq(AccountManager.ERROR_CODE_INVALID_RESPONSE), anyString()); in testAddAccountAsUserReturnWithInvalidIntent()
2291 eq(AccountManager.ERROR_CODE_INVALID_RESPONSE), anyString()); in testConfirmCredentialsAsUserReturnWithInvalidIntent()
2428 eq(AccountManager.ERROR_CODE_INVALID_RESPONSE), anyString()); in testUpdateCredentialsReturnWithInvalidIntent()
2956 eq(AccountManager.ERROR_CODE_INVALID_RESPONSE), anyString()); in testGetAccountsByFeaturesError()
[all …]
/aosp14/frameworks/base/core/java/android/accounts/
H A DAccountManager.java177 public static final int ERROR_CODE_INVALID_RESPONSE = 5; field in AccountManager
2438 onError(ERROR_CODE_INVALID_RESPONSE, "null bundle returned");
2520 onError(ERROR_CODE_INVALID_RESPONSE, "no result in response");
2623 if (code == ERROR_CODE_INVALID_RESPONSE) {
H A DAbstractAccountAuthenticator.java177 response.onError(AccountManager.ERROR_CODE_INVALID_RESPONSE, in addAccount()
/aosp14/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java2091 response.onError(AccountManager.ERROR_CODE_INVALID_RESPONSE, "null bundle"); in onResult()
3132 onError(AccountManager.ERROR_CODE_INVALID_RESPONSE, in getAuthToken()
3170 onError(AccountManager.ERROR_CODE_INVALID_RESPONSE, in getAuthToken()
3588 onError(AccountManager.ERROR_CODE_INVALID_RESPONSE, in onResult()
3608 sendErrorResponse(response, AccountManager.ERROR_CODE_INVALID_RESPONSE, in onResult()
3658 sendErrorResponse(response, AccountManager.ERROR_CODE_INVALID_RESPONSE, in onResult()
4034 AccountManager.ERROR_CODE_INVALID_RESPONSE, in isCredentialsUpdateSuggested()
4054 AccountManager.ERROR_CODE_INVALID_RESPONSE, in isCredentialsUpdateSuggested()
4341 onError(AccountManager.ERROR_CODE_INVALID_RESPONSE, "null bundle");
5183 onError(AccountManager.ERROR_CODE_INVALID_RESPONSE,
[all …]
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt3743 field public static final int ERROR_CODE_INVALID_RESPONSE = 5; // 0x5