Searched refs:handleException (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/accounts/ |
D | AbstractAccountAuthenticator.java | 182 handleException(response, "addAccount", accountType, e); in addAccount() 207 handleException(response, "confirmCredentials", account.toString(), e); in confirmCredentials() 232 handleException(response, "getAuthTokenLabel", authTokenType, e); in getAuthTokenLabel() 259 handleException(response, "getAuthToken", in getAuthToken() 288 handleException(response, "updateCredentials", in updateCredentials() 304 handleException(response, "editProperties", accountType, e); in editProperties() 319 handleException(response, "hasFeatures", account.toString(), e); in hasFeatures() 334 handleException(response, "getAccountRemovalAllowed", account.toString(), e); in getAccountRemovalAllowed() 350 handleException(response, "getAccountCredentialsForCloning", account.toString(), e); in getAccountCredentialsForCloning() 368 handleException(response, "addAccountFromCredentials", account.toString(), e); in addAccountFromCredentials() [all …]
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | MemoryStoreImpl.java | 58 private void handleException(Exception e) { in handleException() method in MemoryStoreImpl 74 handleException(e); in read() 126 handleException(e); in write()
|
/frameworks/base/services/core/java/com/android/server/content/ |
D | SyncLogger.java | 166 private void handleException(String message, Exception e) { in handleException() method in SyncLogger.RotatingFileLogger 213 handleException("Failed to write log", e); in logInner() 240 handleException("Failed to open log file: " + file, e); in openLogLocked()
|