Searched refs:handleException (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/ |
H A D | SoundTriggerHalEnforcer.java | 67 throw handleException(e); in getProperties() 76 throw handleException(e); in registerCallback() 90 throw handleException(e); in loadSoundModel() 104 throw handleException(e); in loadPhraseSoundModel() 121 throw handleException(e); in unloadSoundModel() 141 throw handleException(e); in stopRecognition() 154 throw handleException(e); in startRecognition() 163 throw handleException(e); in forceRecognitionEvent() 172 throw handleException(e); in getModelParameter() 181 throw handleException(e); in setModelParameter() [all …]
|
H A D | SoundTriggerMiddlewareValidation.java | 187 throw handleException(e); in listModules() 215 throw handleException(e); in attach() 368 throw handleException(e); in loadModel() 390 throw handleException(e); in loadPhraseModel() 421 throw handleException(e); in unloadModel() 459 throw handleException(e); in startRecognition() 485 throw handleException(e); in stopRecognition() 526 throw handleException(e); in forceRecognitionEvent() 552 throw handleException(e); in setModelParameter() 578 throw handleException(e); in getModelParameter() [all …]
|
/aosp14/frameworks/base/core/java/android/accounts/ |
H A D | AbstractAccountAuthenticator.java | 181 handleException(response, "addAccount", accountType, e); in addAccount() 208 handleException(response, "confirmCredentials", account.toString(), e); in confirmCredentials() 235 handleException(response, "getAuthTokenLabel", authTokenType, e); in getAuthTokenLabel() 264 handleException(response, "getAuthToken", in getAuthToken() 295 handleException(response, "updateCredentials", in updateCredentials() 313 handleException(response, "editProperties", accountType, e); in editProperties() 330 handleException(response, "hasFeatures", account.toString(), e); in hasFeatures() 417 handleException(response, "startAddAccountSession", accountType, e); in startAddAccountSession() 456 handleException(response, "startUpdateCredentialsSession", in startUpdateCredentialsSession() 486 handleException(response, "finishSession", accountType, e); in finishSession() [all …]
|
/aosp14/frameworks/base/core/java/android/hardware/soundtrigger/ |
H A D | SoundTriggerModule.java | 125 SoundTrigger.handleException(e); in detach() 191 return SoundTrigger.handleException(e); in loadSoundModel() 215 return SoundTrigger.handleException(e); in unloadSoundModel() 247 return SoundTrigger.handleException(e); in startRecognition() 282 return SoundTrigger.handleException(e); in stopRecognition() 307 return SoundTrigger.handleException(e); in getModelState() 333 return SoundTrigger.handleException(e); in setParameter()
|
H A D | SoundTrigger.java | 2132 public static int handleException(Exception e) { in handleException() method in SoundTrigger 2212 return handleException(e); in listModulesAsOriginator() 2245 return handleException(e); in listModulesAsMiddleman()
|
/aosp14/frameworks/base/services/core/java/com/android/server/content/ |
H A 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()
|
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/ |
H A D | SoundTriggerHelper.java | 1244 status = SoundTrigger.handleException(e); in startRecognitionLocked()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 322 Landroid/accounts/AbstractAccountAuthenticator;->handleException(Landroid/accounts/IAccountAuthenti…
|