diff options
Diffstat (limited to 'services/incremental/BinderIncrementalService.h')
-rw-r--r-- | services/incremental/BinderIncrementalService.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/services/incremental/BinderIncrementalService.h b/services/incremental/BinderIncrementalService.h index 5c8741bc1f9d..39f1bcb12459 100644 --- a/services/incremental/BinderIncrementalService.h +++ b/services/incremental/BinderIncrementalService.h @@ -95,11 +95,6 @@ public: progressListener, bool* _aidl_return) final; binder::Status unregisterLoadingProgressListener(int32_t storageId, bool* _aidl_return) final; - binder::Status registerStorageHealthListener( - int32_t storageId, - const ::android::os::incremental::StorageHealthCheckParams& healthCheckParams, - const ::android::sp<IStorageHealthListener>& healthListener, bool* _aidl_return) final; - binder::Status unregisterStorageHealthListener(int32_t storageId) final; binder::Status getMetrics(int32_t storageId, android::os::PersistableBundle* _aidl_return) final; |