Searched refs:KEY_ERROR_CODE (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/base/core/java/android/accounts/ |
H A D | AbstractAccountAuthenticator.java | 910 result.putInt(AccountManager.KEY_ERROR_CODE, AccountManager.ERROR_CODE_BAD_ARGUMENTS); in finishSession() 919 result.putInt(AccountManager.KEY_ERROR_CODE, AccountManager.ERROR_CODE_BAD_ARGUMENTS); in finishSession() 929 result.putInt(AccountManager.KEY_ERROR_CODE, in finishSession()
|
H A D | AccountManager.java | 233 public static final String KEY_ERROR_CODE = "errorCode"; field in AccountManager
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
H A D | TestAccountType1Authenticator.java | 464 errorCode = options.getInt(AccountManager.KEY_ERROR_CODE); in fillResultWithError() 471 result.putInt(AccountManager.KEY_ERROR_CODE, errorCode); in fillResultWithError()
|
H A D | AccountManagerServiceTest.java | 689 options.putInt(AccountManager.KEY_ERROR_CODE, AccountManager.ERROR_CODE_INVALID_RESPONSE); in testStartAddAccountSessionError() 873 options.putInt(AccountManager.KEY_ERROR_CODE, AccountManager.ERROR_CODE_INVALID_RESPONSE); in testStartUpdateCredentialsSessionError() 3282 AccountManager.KEY_ERROR_CODE, AccountManager.ERROR_CODE_INVALID_RESPONSE); in createEncryptedSessionBundleWithError()
|
/aosp12/frameworks/base/services/core/java/com/android/server/accounts/ |
H A D | AccountManagerService.java | 3533 if ((result.getInt(AccountManager.KEY_ERROR_CODE, -1) > 0) && (intent == null)) { in onResult() 3536 sendErrorResponse(response, result.getInt(AccountManager.KEY_ERROR_CODE), in onResult() 3965 if ((result.getInt(AccountManager.KEY_ERROR_CODE, -1) > 0)) { in isCredentialsUpdateSuggested() 3967 result.getInt(AccountManager.KEY_ERROR_CODE), in isCredentialsUpdateSuggested() 5081 if ((result.getInt(AccountManager.KEY_ERROR_CODE, -1) > 0) && 5084 response.onError(result.getInt(AccountManager.KEY_ERROR_CODE),
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 3363 field public static final String KEY_ERROR_CODE = "errorCode";
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 2749 field public static final java.lang.String KEY_ERROR_CODE = "errorCode";
|