Home
last modified time | relevance | path

Searched refs:StorageHealthCheckParams (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/base/services/incremental/
H A DIncrementalService.h69 using StorageHealthCheckParams = ::android::os::incremental::StorageHealthCheckParams; variable
163 const StorageHealthCheckParams& healthCheckParams,
234 const StorageHealthCheckParams& healthCheckParams,
250 void setHealthListener(const StorageHealthCheckParams& healthCheckParams,
320 StorageHealthCheckParams mHealthCheckParams;
431 const StorageHealthCheckParams& healthCheckParams = {},
H A DBinderIncrementalService.h51 const ::android::os::incremental::StorageHealthCheckParams& healthCheckParams,
H A DBinderIncrementalService.cpp142 const ::android::os::incremental::StorageHealthCheckParams& healthCheckParams, in startLoading()
H A DIncrementalService.cpp771 const StorageHealthCheckParams& healthCheckParams, in startLoading()
1795 const StorageHealthCheckParams& healthCheckParams, in prepareDataLoaderLocked()
2517 const StorageHealthCheckParams& healthCheckParams, StorageHealthListener&& healthListener, in DataLoaderStub()
3114 const StorageHealthCheckParams& healthCheckParams, StorageHealthListener&& healthListener) { in setHealthListener()
/aosp12/frameworks/base/core/java/android/os/incremental/
H A DIIncrementalService.aidl25 import android.os.incremental.StorageHealthCheckParams;
51 in StorageHealthCheckParams healthCheckParams, in startLoading()
H A DStorageHealthCheckParams.aidl22 parcelable StorageHealthCheckParams {
H A DIncrementalFileStorages.java73 @Nullable StorageHealthCheckParams healthCheckParams, in initialize()
166 @Nullable StorageHealthCheckParams healthCheckParams, in startLoading()
H A DIncrementalStorage.java409 @Nullable StorageHealthCheckParams healthCheckParams, in startLoading()
/aosp12/frameworks/base/core/java/
H A DAndroid.bp243 "android/os/incremental/StorageHealthCheckParams.aidl",
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerSession.java117 import android.os.incremental.StorageHealthCheckParams;
3953 final StorageHealthCheckParams healthCheckParams = new StorageHealthCheckParams(); in prepareDataLoaderLocked()
/aosp12/frameworks/base/services/incremental/test/
H A DIncrementalServiceTest.cpp1338 StorageHealthCheckParams params; in TEST_F()