/frameworks/base/core/java/android/app/ondeviceintelligence/ |
D | OnDeviceIntelligenceException.java | 156 @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()
|
D | OnDeviceIntelligenceManager.java | 158 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 …]
|
D | IDownloadCallback.aidl | 29 …void onDownloadFailed(int failureStatus, String errorMessage, in PersistableBundle errorParams) = … in onDownloadFailed() argument
|
D | IFeatureDetailsCallback.aidl | 13 void onFailure(int errorCode, in String errorMessage, in PersistableBundle errorParams) = 2; in onFailure() argument
|
D | IFeatureCallback.aidl | 13 void onFailure(int errorCode, in String errorMessage, in PersistableBundle errorParams) = 2; in onFailure() argument
|
D | ITokenInfoCallback.aidl | 13 void onFailure(int errorCode, in String errorMessage, in PersistableBundle errorParams) = 2; in onFailure() argument
|
D | IListFeaturesCallback.aidl | 14 void onFailure(int errorCode, in String errorMessage, in PersistableBundle errorParams) = 2; in onFailure() argument
|
D | IResponseCallback.aidl | 14 void onFailure(int errorCode, in String errorMessage, in PersistableBundle errorParams) = 2; in onFailure() argument
|
D | IStreamingResponseCallback.aidl | 16 void onFailure(int errorCode, in String errorMessage, in PersistableBundle errorParams) = 3; in onFailure() argument
|
D | DownloadCallback.java | 97 @NonNull PersistableBundle errorParams); in onDownloadFailed() argument
|
/frameworks/base/services/core/java/com/android/server/ondeviceintelligence/ |
D | BundleUtil.java | 219 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);
|
D | OnDeviceIntelligenceManagerService.java | 289 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/ |
D | ListenableDownloadCallback.java | 77 String errorMessage, PersistableBundle errorParams) throws RemoteException { in onDownloadFailed() argument 78 callback.onDownloadFailed(failureStatus, errorMessage, errorParams); in onDownloadFailed()
|
/frameworks/base/core/java/android/service/ondeviceintelligence/ |
D | OnDeviceIntelligenceService.java | 421 String errorMessage, @NonNull PersistableBundle errorParams) { 423 downloadCallback.onDownloadFailed(failureStatus, errorMessage, errorParams);
|