Searched defs:errorParams (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/core/java/android/app/ondeviceintelligence/ |
D | OnDeviceIntelligenceException.java | 156 @NonNull PersistableBundle errorParams) { in OnDeviceIntelligenceException() 170 @NonNull PersistableBundle errorParams) { in OnDeviceIntelligenceException()
|
D | IFeatureDetailsCallback.aidl | 13 void onFailure(int errorCode, in String errorMessage, in PersistableBundle errorParams) = 2; in onFailure()
|
D | IFeatureCallback.aidl | 13 void onFailure(int errorCode, in String errorMessage, in PersistableBundle errorParams) = 2; in onFailure()
|
D | ITokenInfoCallback.aidl | 13 void onFailure(int errorCode, in String errorMessage, in PersistableBundle errorParams) = 2; in onFailure()
|
D | IListFeaturesCallback.aidl | 14 void onFailure(int errorCode, in String errorMessage, in PersistableBundle errorParams) = 2; in onFailure()
|
D | IResponseCallback.aidl | 14 void onFailure(int errorCode, in String errorMessage, in PersistableBundle errorParams) = 2; in onFailure()
|
D | IStreamingResponseCallback.aidl | 16 void onFailure(int errorCode, in String errorMessage, in PersistableBundle errorParams) = 3; in onFailure()
|
D | IDownloadCallback.aidl | 29 …void onDownloadFailed(int failureStatus, String errorMessage, in PersistableBundle errorParams) = … in onDownloadFailed()
|
D | DownloadCallback.java | 97 @NonNull PersistableBundle errorParams); in onDownloadFailed()
|
/frameworks/base/services/core/java/com/android/server/ondeviceintelligence/callbacks/ |
D | ListenableDownloadCallback.java | 77 String errorMessage, PersistableBundle errorParams) throws RemoteException { in onDownloadFailed()
|
/frameworks/base/services/core/java/com/android/server/ondeviceintelligence/ |
D | BundleUtil.java | 219 PersistableBundle errorParams) throws RemoteException { in wrapWithValidation()
|