Searched refs:healthCheckParams (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/os/incremental/ |
D | IncrementalFileStorages.java | 69 @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()
|
D | IncrementalManager.java | 117 @Nullable StorageHealthCheckParams healthCheckParams, in createStorage() argument 121 statusListener, healthCheckParams, healthListener); in createStorage()
|
D | IIncrementalService.aidl | 41 in StorageHealthCheckParams healthCheckParams, in createStorage() argument
|
/frameworks/base/services/incremental/ |
D | IncrementalService.h | 113 StorageHealthCheckParams&& healthCheckParams, 180 StorageHealthCheckParams&& healthCheckParams, 323 StorageHealthCheckParams&& healthCheckParams = {}, 327 StorageHealthCheckParams&& healthCheckParams = {},
|
D | BinderIncrementalService.cpp | 124 const ::android::os::incremental::StorageHealthCheckParams& healthCheckParams, in createStorage() 131 const_cast<StorageHealthCheckParams&&>(healthCheckParams), in createStorage()
|
D | BinderIncrementalService.h | 46 const ::android::os::incremental::StorageHealthCheckParams& healthCheckParams,
|
D | IncrementalService.cpp | 421 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/ |
D | PackageInstallerSession.java | 2864 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()
|