Loading core/java/android/app/ondeviceintelligence/IDownloadCallback.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ import android.os.PersistableBundle; * * @hide */ interface IDownloadCallback { oneway interface IDownloadCallback { void onDownloadStarted(long bytesToDownload) = 1; void onDownloadProgress(long bytesDownloaded) = 2; void onDownloadFailed(int failureStatus, String errorMessage, in PersistableBundle errorParams) = 3; Loading core/java/android/app/ondeviceintelligence/IFeatureCallback.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ import android.os.PersistableBundle; * * @hide */ interface IFeatureCallback { oneway interface IFeatureCallback { void onSuccess(in Feature result) = 1; void onFailure(int errorCode, in String errorMessage, in PersistableBundle errorParams) = 2; } core/java/android/app/ondeviceintelligence/IFeatureDetailsCallback.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ import android.os.PersistableBundle; * * @hide */ interface IFeatureDetailsCallback { oneway interface IFeatureDetailsCallback { void onSuccess(in FeatureDetails result) = 1; void onFailure(int errorCode, in String errorMessage, in PersistableBundle errorParams) = 2; } core/java/android/app/ondeviceintelligence/IListFeaturesCallback.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ import android.os.PersistableBundle; * * @hide */ interface IListFeaturesCallback { oneway interface IListFeaturesCallback { void onSuccess(in List<Feature> result) = 1; void onFailure(int errorCode, in String errorMessage, in PersistableBundle errorParams) = 2; } core/java/android/app/ondeviceintelligence/IResponseCallback.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ import android.os.RemoteCallback; * * @hide */ interface IResponseCallback { oneway interface IResponseCallback { void onSuccess(in Bundle resultBundle) = 1; void onFailure(int errorCode, in String errorMessage, in PersistableBundle errorParams) = 2; void onDataAugmentRequest(in Bundle processedContent, in RemoteCallback responseCallback) = 3; Loading Loading
core/java/android/app/ondeviceintelligence/IDownloadCallback.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ import android.os.PersistableBundle; * * @hide */ interface IDownloadCallback { oneway interface IDownloadCallback { void onDownloadStarted(long bytesToDownload) = 1; void onDownloadProgress(long bytesDownloaded) = 2; void onDownloadFailed(int failureStatus, String errorMessage, in PersistableBundle errorParams) = 3; Loading
core/java/android/app/ondeviceintelligence/IFeatureCallback.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ import android.os.PersistableBundle; * * @hide */ interface IFeatureCallback { oneway interface IFeatureCallback { void onSuccess(in Feature result) = 1; void onFailure(int errorCode, in String errorMessage, in PersistableBundle errorParams) = 2; }
core/java/android/app/ondeviceintelligence/IFeatureDetailsCallback.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ import android.os.PersistableBundle; * * @hide */ interface IFeatureDetailsCallback { oneway interface IFeatureDetailsCallback { void onSuccess(in FeatureDetails result) = 1; void onFailure(int errorCode, in String errorMessage, in PersistableBundle errorParams) = 2; }
core/java/android/app/ondeviceintelligence/IListFeaturesCallback.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ import android.os.PersistableBundle; * * @hide */ interface IListFeaturesCallback { oneway interface IListFeaturesCallback { void onSuccess(in List<Feature> result) = 1; void onFailure(int errorCode, in String errorMessage, in PersistableBundle errorParams) = 2; }
core/java/android/app/ondeviceintelligence/IResponseCallback.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ import android.os.RemoteCallback; * * @hide */ interface IResponseCallback { oneway interface IResponseCallback { void onSuccess(in Bundle resultBundle) = 1; void onFailure(int errorCode, in String errorMessage, in PersistableBundle errorParams) = 2; void onDataAugmentRequest(in Bundle processedContent, in RemoteCallback responseCallback) = 3; Loading