Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DTestAccountType1Authenticator.java98 AccountManager.ERROR_CODE_INVALID_RESPONSE, in addAccount()
137 AccountManager.ERROR_CODE_INVALID_RESPONSE, in confirmCredentials()
187 AccountManager.ERROR_CODE_INVALID_RESPONSE, in getAuthToken()
230 AccountManager.ERROR_CODE_INVALID_RESPONSE, in updateCredentials()
436 AccountManager.ERROR_CODE_INVALID_RESPONSE, in isCredentialsUpdateSuggested()
461 int errorCode = AccountManager.ERROR_CODE_INVALID_RESPONSE; in fillResultWithError()
DAccountManagerServiceTest.java634 eq(AccountManager.ERROR_CODE_INVALID_RESPONSE), anyString()); in testStartAddAccountSessionReturnWithInvalidIntent()
675 options.putInt(AccountManager.KEY_ERROR_CODE, AccountManager.ERROR_CODE_INVALID_RESPONSE); in testStartAddAccountSessionError()
690 verify(mMockAccountManagerResponse).onError(AccountManager.ERROR_CODE_INVALID_RESPONSE, in testStartAddAccountSessionError()
818 eq(AccountManager.ERROR_CODE_INVALID_RESPONSE), anyString()); in testStartUpdateCredentialsSessionReturnWithInvalidIntent()
859 options.putInt(AccountManager.KEY_ERROR_CODE, AccountManager.ERROR_CODE_INVALID_RESPONSE); in testStartUpdateCredentialsSessionError()
874 verify(mMockAccountManagerResponse).onError(AccountManager.ERROR_CODE_INVALID_RESPONSE, in testStartUpdateCredentialsSessionError()
1118 eq(AccountManager.ERROR_CODE_INVALID_RESPONSE), anyString()); in testFinishSessionAsUserReturnWithInvalidIntent()
1169 verify(mMockAccountManagerResponse).onError(AccountManager.ERROR_CODE_INVALID_RESPONSE, in testFinishSessionAsUserError()
1228 verify(mMockAccountManagerResponse).onError(AccountManager.ERROR_CODE_INVALID_RESPONSE, in testIsCredentialsUpdatedSuggestedError()
1308 eq(AccountManager.ERROR_CODE_INVALID_RESPONSE), anyString()); in testHasFeaturesReturnNullResult()
[all …]
/frameworks/base/core/java/android/accounts/
DAccountManager.java169 public static final int ERROR_CODE_INVALID_RESPONSE = 5; field in AccountManager
2338 onError(ERROR_CODE_INVALID_RESPONSE, "null bundle returned");
2420 onError(ERROR_CODE_INVALID_RESPONSE, "no result in response");
2523 if (code == ERROR_CODE_INVALID_RESPONSE) {
DAbstractAccountAuthenticator.java176 response.onError(AccountManager.ERROR_CODE_INVALID_RESPONSE, in addAccount()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java1953 response.onError(AccountManager.ERROR_CODE_INVALID_RESPONSE, "null bundle"); in onResult()
2975 onError(AccountManager.ERROR_CODE_INVALID_RESPONSE, in getAuthToken()
3013 onError(AccountManager.ERROR_CODE_INVALID_RESPONSE, in getAuthToken()
3414 onError(AccountManager.ERROR_CODE_INVALID_RESPONSE, in onResult()
3434 sendErrorResponse(response, AccountManager.ERROR_CODE_INVALID_RESPONSE, in onResult()
3484 sendErrorResponse(response, AccountManager.ERROR_CODE_INVALID_RESPONSE, in onResult()
3860 AccountManager.ERROR_CODE_INVALID_RESPONSE, in isCredentialsUpdateSuggested()
3880 AccountManager.ERROR_CODE_INVALID_RESPONSE, in isCredentialsUpdateSuggested()
4167 onError(AccountManager.ERROR_CODE_INVALID_RESPONSE, "null bundle");
4949 onError(AccountManager.ERROR_CODE_INVALID_RESPONSE,
[all …]
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt2732 field public static final int ERROR_CODE_INVALID_RESPONSE = 5; // 0x5
/frameworks/base/non-updatable-api/
Dcurrent.txt3095 field public static final int ERROR_CODE_INVALID_RESPONSE = 5; // 0x5
/frameworks/base/api/
Dcurrent.txt3095 field public static final int ERROR_CODE_INVALID_RESPONSE = 5; // 0x5