Searched refs:handleException (Results 1 – 6 of 6) 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()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/ |
D | EuiccCard.java | 119 void handleException(Throwable e); in handleException() method 1208 exceptionHandler.handleException(e); in sendApdu()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 57489 …method protected void handleException(org.apache.http.HttpException, org.apache.http.HttpResponse);
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 339 Landroid/accounts/AbstractAccountAuthenticator;->handleException(Landroid/accounts/IAccountAuthenti… 112807 Ljava/security/cert/CertStore;->handleException(Ljava/security/NoSuchAlgorithmException;)Ljava/secu…
|