Home
last modified time | relevance | path

Searched defs:healthCheckParams (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/os/incremental/
DIncrementalFileStorages.java73 @Nullable StorageHealthCheckParams healthCheckParams, in initialize()
166 @Nullable StorageHealthCheckParams healthCheckParams, in startLoading()
DIncrementalStorage.java409 @Nullable StorageHealthCheckParams healthCheckParams, in startLoading()
DIIncrementalService.aidl51 in StorageHealthCheckParams healthCheckParams, in startLoading()
/frameworks/base/services/incremental/
DBinderIncrementalService.cpp139 binder::Status BinderIncrementalService::startLoading( in startLoading()
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()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerSession.java3942 final StorageHealthCheckParams healthCheckParams = new StorageHealthCheckParams(); in prepareDataLoaderLocked() local