Searched defs:handleException (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/accounts/
H A DAbstractAccountAuthenticator.java139 handleException(response, "addAccount", accountType, e);
161 handleException(response, "confirmCredentials", account.toString(), e);
183 handleException(response, "getAuthTokenLabel", authTokenType, e);
207 handleException(response, "getAuthToken",
232 handleException(response, "updateCredentials",
247 handleException(response, "editProperties", accountType, e);
261 handleException(response, "hasFeatures", account.toString(), e);
275 handleException(response, "getAccountRemovalAllowed", account.toString(), e);
290 handleException(response, "getAccountCredentialsForCloning", account.toString(), e);
307 handleException(respons
312 private void handleException(IAccountAuthenticatorResponse response, String method, method in class:AbstractAccountAuthenticator
[all...]

Completed in 43 milliseconds