Home | History | Annotate | Download | only in accounts

Lines Matching refs:ERROR_CODE_USER_RESTRICTED

2136                 response.onError(AccountManager.ERROR_CODE_USER_RESTRICTED,
3121 response.onError(AccountManager.ERROR_CODE_USER_RESTRICTED,
3125 showCantAddAccount(AccountManager.ERROR_CODE_USER_RESTRICTED, userId);
3202 response.onError(AccountManager.ERROR_CODE_USER_RESTRICTED,
3206 showCantAddAccount(AccountManager.ERROR_CODE_USER_RESTRICTED, userId);
3282 response.onError(AccountManager.ERROR_CODE_USER_RESTRICTED,
3286 showCantAddAccount(AccountManager.ERROR_CODE_USER_RESTRICTED, userId);
3483 AccountManager.ERROR_CODE_USER_RESTRICTED,
3485 showCantAddAccount(AccountManager.ERROR_CODE_USER_RESTRICTED, userId);
3586 } else if (errorCode == AccountManager.ERROR_CODE_USER_RESTRICTED) {