Home
last modified time | relevance | path

Searched refs:ERROR_CODE_INVALID_RESPONSE (Results 1 – 7 of 7) 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
2334 onError(ERROR_CODE_INVALID_RESPONSE, "null bundle returned");
2416 onError(ERROR_CODE_INVALID_RESPONSE, "no result in response");
2519 if (code == ERROR_CODE_INVALID_RESPONSE) {
DAbstractAccountAuthenticator.java178 response.onError(AccountManager.ERROR_CODE_INVALID_RESPONSE, in addAccount()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java1926 response.onError(AccountManager.ERROR_CODE_INVALID_RESPONSE, "null bundle"); in onResult()
2948 onError(AccountManager.ERROR_CODE_INVALID_RESPONSE, in getAuthToken()
2986 onError(AccountManager.ERROR_CODE_INVALID_RESPONSE, in getAuthToken()
3387 onError(AccountManager.ERROR_CODE_INVALID_RESPONSE, in onResult()
3407 sendErrorResponse(response, AccountManager.ERROR_CODE_INVALID_RESPONSE, in onResult()
3457 sendErrorResponse(response, AccountManager.ERROR_CODE_INVALID_RESPONSE, in onResult()
3833 AccountManager.ERROR_CODE_INVALID_RESPONSE, in isCredentialsUpdateSuggested()
3853 AccountManager.ERROR_CODE_INVALID_RESPONSE, in isCredentialsUpdateSuggested()
4140 onError(AccountManager.ERROR_CODE_INVALID_RESPONSE, "null bundle");
4925 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/api/
Dcurrent.txt3093 field public static final int ERROR_CODE_INVALID_RESPONSE = 5; // 0x5