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.java670 options.putInt(AccountManager.KEY_ERROR_CODE, AccountManager.ERROR_CODE_INVALID_RESPONSE); in testStartAddAccountSessionError()
685 verify(mMockAccountManagerResponse).onError(AccountManager.ERROR_CODE_INVALID_RESPONSE, in testStartAddAccountSessionError()
852 options.putInt(AccountManager.KEY_ERROR_CODE, AccountManager.ERROR_CODE_INVALID_RESPONSE); in testStartUpdateCredentialsSessionError()
867 verify(mMockAccountManagerResponse).onError(AccountManager.ERROR_CODE_INVALID_RESPONSE, in testStartUpdateCredentialsSessionError()
1160 verify(mMockAccountManagerResponse).onError(AccountManager.ERROR_CODE_INVALID_RESPONSE, in testFinishSessionAsUserError()
1219 verify(mMockAccountManagerResponse).onError(AccountManager.ERROR_CODE_INVALID_RESPONSE, in testIsCredentialsUpdatedSuggestedError()
1299 eq(AccountManager.ERROR_CODE_INVALID_RESPONSE), anyString()); in testHasFeaturesReturnNullResult()
1760 verify(mMockAccountManagerResponse).onError(AccountManager.ERROR_CODE_INVALID_RESPONSE, in testGetAuthTokenError()
2030 verify(mMockAccountManagerResponse).onError(AccountManager.ERROR_CODE_INVALID_RESPONSE, in testAddAccountAsUserError()
2162 verify(mMockAccountManagerResponse).onError(AccountManager.ERROR_CODE_INVALID_RESPONSE, in testConfirmCredentialsAsUserError()
[all …]
/frameworks/base/core/java/android/accounts/
DAccountManager.java173 public static final int ERROR_CODE_INVALID_RESPONSE = 5; field in AccountManager
2403 onError(ERROR_CODE_INVALID_RESPONSE, "no result in response");
2506 if (code == ERROR_CODE_INVALID_RESPONSE) {
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java1915 response.onError(AccountManager.ERROR_CODE_INVALID_RESPONSE, "null bundle"); in onResult()
2937 onError(AccountManager.ERROR_CODE_INVALID_RESPONSE, in getAuthToken()
3388 sendErrorResponse(response, AccountManager.ERROR_CODE_INVALID_RESPONSE, in onResult()
3438 sendErrorResponse(response, AccountManager.ERROR_CODE_INVALID_RESPONSE, in onResult()
3814 AccountManager.ERROR_CODE_INVALID_RESPONSE, in isCredentialsUpdateSuggested()
3834 AccountManager.ERROR_CODE_INVALID_RESPONSE, in isCredentialsUpdateSuggested()
4121 onError(AccountManager.ERROR_CODE_INVALID_RESPONSE, "null bundle");
4919 response.onError(AccountManager.ERROR_CODE_INVALID_RESPONSE,
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt2732 field public static final int ERROR_CODE_INVALID_RESPONSE = 5; // 0x5
/frameworks/base/api/
Dcurrent.txt3010 field public static final int ERROR_CODE_INVALID_RESPONSE = 5; // 0x5
Dtest-current.txt3010 field public static final int ERROR_CODE_INVALID_RESPONSE = 5; // 0x5
Dsystem-current.txt3150 field public static final int ERROR_CODE_INVALID_RESPONSE = 5; // 0x5