Home
last modified time | relevance | path

Searched refs:handleException (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/services/core/java/com/android/server/soundtrigger_middleware/
DSoundTriggerHw2Enforcer.java55 throw handleException(e); in getProperties()
70 throw handleException(e); in loadSoundModel()
86 throw handleException(e); in loadPhraseSoundModel()
98 throw handleException(e); in unloadSoundModel()
110 throw handleException(e); in stopRecognition()
124 throw handleException(e); in stopAllRecognitions()
138 throw handleException(e); in startRecognition()
147 throw handleException(e); in getModelState()
156 throw handleException(e); in getModelParameter()
165 throw handleException(e); in setModelParameter()
[all …]
DSoundTriggerMiddlewareValidation.java159 RuntimeException handleException(@NonNull Exception e) { in handleException() method in SoundTriggerMiddlewareValidation
188 throw handleException(e); in listModules()
219 throw handleException(e); in attach()
235 throw handleException(e); in setCaptureState()
451 throw handleException(e); in loadModel()
475 throw handleException(e); in loadPhraseModel()
506 throw handleException(e); in unloadModel()
543 throw handleException(e); in startRecognition()
571 throw handleException(e); in stopRecognition()
598 throw handleException(e); in forceRecognitionEvent()
[all …]
/frameworks/base/core/java/android/hardware/soundtrigger/
DSoundTriggerModule.java81 SoundTrigger.handleException(e); in detach()
118 return SoundTrigger.handleException(e); in loadSoundModel()
140 return SoundTrigger.handleException(e); in unloadSoundModel()
169 return SoundTrigger.handleException(e); in startRecognition()
192 return SoundTrigger.handleException(e); in stopRecognition()
217 return SoundTrigger.handleException(e); in getModelState()
243 return SoundTrigger.handleException(e); in setParameter()
DSoundTrigger.java1965 static int handleException(Exception e) { in handleException() method in SoundTrigger
2021 return handleException(e); in listModules()
/frameworks/base/core/java/android/accounts/
DAbstractAccountAuthenticator.java180 handleException(response, "addAccount", accountType, e); in addAccount()
205 handleException(response, "confirmCredentials", account.toString(), e); in confirmCredentials()
230 handleException(response, "getAuthTokenLabel", authTokenType, e); in getAuthTokenLabel()
257 handleException(response, "getAuthToken", in getAuthToken()
286 handleException(response, "updateCredentials", in updateCredentials()
302 handleException(response, "editProperties", accountType, e); in editProperties()
317 handleException(response, "hasFeatures", account.toString(), e); in hasFeatures()
332 handleException(response, "getAccountRemovalAllowed", account.toString(), e); in getAccountRemovalAllowed()
348 handleException(response, "getAccountCredentialsForCloning", account.toString(), e); in getAccountCredentialsForCloning()
366 handleException(response, "addAccountFromCredentials", account.toString(), e); in addAccountFromCredentials()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DMemoryStoreImpl.java59 private void handleException(Exception e) { in handleException() method in MemoryStoreImpl
75 handleException(e); in read()
127 handleException(e); in write()
142 handleException(e); in setCluster()
156 handleException(e); in removeCluster()
/frameworks/base/services/core/java/com/android/server/content/
DSyncLogger.java166 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/
DEuiccCard.java122 void handleException(Throwable e); in handleException() method
1265 exceptionHandler.handleException(e); in sendApdu()
/frameworks/base/services/
Dart-profile30394 PLcom/android/server/soundtrigger_middleware/SoundTriggerHw2Enforcer;->handleException(Ljava/lang/R…
30500 PLcom/android/server/soundtrigger_middleware/SoundTriggerMiddlewareValidation;->handleException(Lja…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt57489 …method protected void handleException(org.apache.http.HttpException, org.apache.http.HttpResponse);