Home
last modified time | relevance | path

Searched refs:healthCheckParams (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/os/incremental/
DIncrementalFileStorages.java69 @Nullable StorageHealthCheckParams healthCheckParams, in initialize() argument
81 incrementalManager, dataLoaderParams, statusListener, healthCheckParams, in initialize()
106 @Nullable StorageHealthCheckParams healthCheckParams, in IncrementalFileStorages() argument
126 statusListener, healthCheckParams, healthListener); in IncrementalFileStorages()
DIncrementalManager.java117 @Nullable StorageHealthCheckParams healthCheckParams, in createStorage() argument
121 statusListener, healthCheckParams, healthListener); in createStorage()
DIIncrementalService.aidl41 in StorageHealthCheckParams healthCheckParams, in createStorage() argument
/frameworks/base/services/incremental/
DIncrementalService.h113 StorageHealthCheckParams&& healthCheckParams,
180 StorageHealthCheckParams&& healthCheckParams,
323 StorageHealthCheckParams&& healthCheckParams = {},
327 StorageHealthCheckParams&& healthCheckParams = {},
DBinderIncrementalService.cpp124 const ::android::os::incremental::StorageHealthCheckParams& healthCheckParams, in createStorage()
131 const_cast<StorageHealthCheckParams&&>(healthCheckParams), in createStorage()
DBinderIncrementalService.h46 const ::android::os::incremental::StorageHealthCheckParams& healthCheckParams,
DIncrementalService.cpp421 StorageHealthCheckParams&& healthCheckParams, in createStorage() argument
556 std::move(healthCheckParams), &healthListener); in createStorage()
1390 StorageHealthCheckParams&& healthCheckParams, const StorageHealthListener* healthListener) { in prepareDataLoader() argument
1392 prepareDataLoaderLocked(ifs, std::move(params), statusListener, std::move(healthCheckParams), in prepareDataLoader()
1399 StorageHealthCheckParams&& healthCheckParams, in prepareDataLoaderLocked() argument
1415 statusListener, std::move(healthCheckParams), healthListener, in prepareDataLoaderLocked()
1775 StorageHealthCheckParams&& healthCheckParams, in DataLoaderStub() argument
1785 mHealthCheckParams(std::move(healthCheckParams)) { in DataLoaderStub()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerSession.java2864 final StorageHealthCheckParams healthCheckParams = new StorageHealthCheckParams(); in prepareDataLoaderLocked() local
2865 healthCheckParams.blockedTimeoutMs = INCREMENTAL_STORAGE_BLOCKED_TIMEOUT_MS; in prepareDataLoaderLocked()
2866 healthCheckParams.unhealthyTimeoutMs = INCREMENTAL_STORAGE_UNHEALTHY_TIMEOUT_MS; in prepareDataLoaderLocked()
2867 healthCheckParams.unhealthyMonitoringMs = INCREMENTAL_STORAGE_UNHEALTHY_MONITORING_MS; in prepareDataLoaderLocked()
2906 params, statusListener, healthCheckParams, healthListener, addedFiles); in prepareDataLoaderLocked()