Home
last modified time | relevance | path

Searched refs:errorParams (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/core/java/android/app/ondeviceintelligence/
DOnDeviceIntelligenceException.java156 @NonNull PersistableBundle errorParams) { in OnDeviceIntelligenceException() argument
159 this.mErrorParams = errorParams; in OnDeviceIntelligenceException()
170 @NonNull PersistableBundle errorParams) { in OnDeviceIntelligenceException() argument
172 this.mErrorParams = errorParams; in OnDeviceIntelligenceException()
DOnDeviceIntelligenceManager.java158 PersistableBundle errorParams) { in getFeature()
162 errorCode, errorMessage, errorParams)))); in getFeature()
192 PersistableBundle errorParams) { in listFeatures()
196 errorCode, errorMessage, errorParams)))); in listFeatures()
230 PersistableBundle errorParams) { in getFeatureDetails()
234 errorMessage, errorParams)))); in getFeatureDetails()
281 PersistableBundle errorParams) { in requestFeatureDownload()
284 errorParams))); in requestFeatureDownload()
332 PersistableBundle errorParams) { in requestTokenInfo()
336 errorCode, errorMessage, errorParams)))); in requestTokenInfo()
[all …]
DIDownloadCallback.aidl29 …void onDownloadFailed(int failureStatus, String errorMessage, in PersistableBundle errorParams) = … in onDownloadFailed() argument
DIFeatureDetailsCallback.aidl13 void onFailure(int errorCode, in String errorMessage, in PersistableBundle errorParams) = 2; in onFailure() argument
DIFeatureCallback.aidl13 void onFailure(int errorCode, in String errorMessage, in PersistableBundle errorParams) = 2; in onFailure() argument
DITokenInfoCallback.aidl13 void onFailure(int errorCode, in String errorMessage, in PersistableBundle errorParams) = 2; in onFailure() argument
DIListFeaturesCallback.aidl14 void onFailure(int errorCode, in String errorMessage, in PersistableBundle errorParams) = 2; in onFailure() argument
DIResponseCallback.aidl14 void onFailure(int errorCode, in String errorMessage, in PersistableBundle errorParams) = 2; in onFailure() argument
DIStreamingResponseCallback.aidl16 void onFailure(int errorCode, in String errorMessage, in PersistableBundle errorParams) = 3; in onFailure() argument
DDownloadCallback.java97 @NonNull PersistableBundle errorParams); in onDownloadFailed() argument
/frameworks/base/services/core/java/com/android/server/ondeviceintelligence/
DBundleUtil.java219 PersistableBundle errorParams) throws RemoteException { in wrapWithValidation() argument
220 streamingResponseCallback.onFailure(errorCode, errorMessage, errorParams); in wrapWithValidation()
221 inferenceInfoStore.addInferenceInfoFromBundle(errorParams); in wrapWithValidation()
269 PersistableBundle errorParams) throws RemoteException {
270 responseCallback.onFailure(errorCode, errorMessage, errorParams);
271 inferenceInfoStore.addInferenceInfoFromBundle(errorParams);
311 public void onFailure(int errorCode, String errorMessage, PersistableBundle errorParams)
313 responseCallback.onFailure(errorCode, errorMessage, errorParams);
314 inferenceInfoStore.addInferenceInfoFromBundle(errorParams);
DOnDeviceIntelligenceManagerService.java289 PersistableBundle errorParams) throws RemoteException { in getOnDeviceIntelligenceManagerService()
290 featureCallback.onFailure(errorCode, errorMessage, errorParams); in getOnDeviceIntelligenceManagerService()
329 PersistableBundle errorParams) in getOnDeviceIntelligenceManagerService()
332 errorParams); in getOnDeviceIntelligenceManagerService()
373 PersistableBundle errorParams) in getOnDeviceIntelligenceManagerService()
377 errorMessage, errorParams); in getOnDeviceIntelligenceManagerService()
/frameworks/base/services/core/java/com/android/server/ondeviceintelligence/callbacks/
DListenableDownloadCallback.java77 String errorMessage, PersistableBundle errorParams) throws RemoteException { in onDownloadFailed() argument
78 callback.onDownloadFailed(failureStatus, errorMessage, errorParams); in onDownloadFailed()
/frameworks/base/core/java/android/service/ondeviceintelligence/
DOnDeviceIntelligenceService.java421 String errorMessage, @NonNull PersistableBundle errorParams) {
423 downloadCallback.onDownloadFailed(failureStatus, errorMessage, errorParams);