Searched refs:ERROR_CODE_USER_RESTRICTED (Results 1 – 2 of 2) sorted by relevance
157 public static final int ERROR_CODE_USER_RESTRICTED = 100; field in AccountManager1860 if (code == ERROR_CODE_CANCELED || code == ERROR_CODE_USER_RESTRICTED1922 if (code == ERROR_CODE_CANCELED || code == ERROR_CODE_USER_RESTRICTED
1123 response.onError(AccountManager.ERROR_CODE_USER_RESTRICTED, in removeAccountAsUser()1817 response.onError(AccountManager.ERROR_CODE_USER_RESTRICTED, in addAccount()1821 showCantAddAccount(AccountManager.ERROR_CODE_USER_RESTRICTED, userId); in addAccount()1892 response.onError(AccountManager.ERROR_CODE_USER_RESTRICTED, in addAccountAsUser()1896 showCantAddAccount(AccountManager.ERROR_CODE_USER_RESTRICTED, userId); in addAccountAsUser()