summaryrefslogtreecommitdiff
path: root/services/incremental/BinderIncrementalService.h
diff options
context:
space:
mode:
author Songchun Fan <schfan@google.com> 2021-04-14 19:04:11 +0000
committer Songchun Fan <schfan@google.com> 2021-04-16 02:29:24 +0000
commit5ada1508c2e8cf005258e04117bf38fee759f31e (patch)
tree70b916edb279b878216359a2d1544419c47e8a7b /services/incremental/BinderIncrementalService.h
parente53db0d40254f57d8af33e0dcac43e464a06bd31 (diff)
[pm] remove incremental startable/unstartable code
Also remove streaming health status reporting which could cause startable state change because it is also not needed any more. BUG: 171920377 Test: builds Change-Id: I7284e7a63df79da7dbf3d16ff64302b3d1ce1348
Diffstat (limited to 'services/incremental/BinderIncrementalService.h')
-rw-r--r--services/incremental/BinderIncrementalService.h5
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;