Searched refs:KEY_ERROR_CODE (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/accounts/ |
D | AbstractAccountAuthenticator.java | 909 result.putInt(AccountManager.KEY_ERROR_CODE, AccountManager.ERROR_CODE_BAD_ARGUMENTS); in finishSession() 918 result.putInt(AccountManager.KEY_ERROR_CODE, AccountManager.ERROR_CODE_BAD_ARGUMENTS); in finishSession() 928 result.putInt(AccountManager.KEY_ERROR_CODE, in finishSession()
|
D | AccountManager.java | 230 public static final String KEY_ERROR_CODE = "errorCode"; field in AccountManager
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
D | TestAccountType1Authenticator.java | 464 errorCode = options.getInt(AccountManager.KEY_ERROR_CODE); in fillResultWithError() 471 result.putInt(AccountManager.KEY_ERROR_CODE, errorCode); in fillResultWithError()
|
D | AccountManagerServiceTest.java | 677 options.putInt(AccountManager.KEY_ERROR_CODE, AccountManager.ERROR_CODE_INVALID_RESPONSE); in testStartAddAccountSessionError() 861 options.putInt(AccountManager.KEY_ERROR_CODE, AccountManager.ERROR_CODE_INVALID_RESPONSE); in testStartUpdateCredentialsSessionError() 3151 AccountManager.KEY_ERROR_CODE, AccountManager.ERROR_CODE_INVALID_RESPONSE); in createEncryptedSessionBundleWithError()
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 3435 if ((result.getInt(AccountManager.KEY_ERROR_CODE, -1) > 0) && (intent == null)) { in onResult() 3438 sendErrorResponse(response, result.getInt(AccountManager.KEY_ERROR_CODE), in onResult() 3867 if ((result.getInt(AccountManager.KEY_ERROR_CODE, -1) > 0)) { in isCredentialsUpdateSuggested() 3869 result.getInt(AccountManager.KEY_ERROR_CODE), in isCredentialsUpdateSuggested() 4983 if ((result.getInt(AccountManager.KEY_ERROR_CODE, -1) > 0) && 4986 response.onError(result.getInt(AccountManager.KEY_ERROR_CODE),
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 2749 field public static final java.lang.String KEY_ERROR_CODE = "errorCode";
|
/frameworks/base/api/ |
D | current.txt | 3208 field public static final String KEY_ERROR_CODE = "errorCode";
|