Home | History | Annotate | Download | only in accounts

Lines Matching defs:handleException

183                 handleException(response, "addAccount", accountType, e);
208 handleException(response, "confirmCredentials", account.toString(), e);
233 handleException(response, "getAuthTokenLabel", authTokenType, e);
260 handleException(response, "getAuthToken",
289 handleException(response, "updateCredentials",
305 handleException(response, "editProperties", accountType, e);
320 handleException(response, "hasFeatures", account.toString(), e);
335 handleException(response, "getAccountRemovalAllowed", account.toString(), e);
351 handleException(response, "getAccountCredentialsForCloning", account.toString(), e);
369 handleException(response, "addAccountFromCredentials", account.toString(), e);
399 handleException(response, "startAddAccountSession", accountType, e);
436 handleException(response, "startUpdateCredentialsSession",
464 handleException(response, "finishSession", accountType, e);
483 handleException(response, "isCredentialsUpdateSuggested", account.toString(), e);
488 private void handleException(IAccountAuthenticatorResponse response, String method,