Searched refs:ERROR_CODE_INVALID_RESPONSE (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
D | TestAccountType1Authenticator.java | 98 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()
|
D | AccountManagerServiceTest.java | 670 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/ |
D | AccountManager.java | 173 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/ |
D | AccountManagerService.java | 1915 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/ |
D | android-22.txt | 2732 field public static final int ERROR_CODE_INVALID_RESPONSE = 5; // 0x5
|
/frameworks/base/api/ |
D | current.txt | 3010 field public static final int ERROR_CODE_INVALID_RESPONSE = 5; // 0x5
|
D | test-current.txt | 3010 field public static final int ERROR_CODE_INVALID_RESPONSE = 5; // 0x5
|
D | system-current.txt | 3150 field public static final int ERROR_CODE_INVALID_RESPONSE = 5; // 0x5
|