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.java73 @Nullable StorageHealthCheckParams healthCheckParams, in initialize() argument
103 result.startLoading(dataLoaderParams, statusListener, healthCheckParams, healthListener, in initialize()
167 @Nullable StorageHealthCheckParams healthCheckParams, in startLoading() argument
170 if (!mDefaultStorage.startLoading(dataLoaderParams, statusListener, healthCheckParams, in startLoading()
DIncrementalStorage.java410 @Nullable StorageHealthCheckParams healthCheckParams, in startLoading() argument
416 healthCheckParams, healthListener, perUidReadTimeouts); in startLoading()
DIIncrementalService.aidl51 in StorageHealthCheckParams healthCheckParams, in startLoading() argument
/frameworks/base/services/incremental/
DIncrementalService.h163 const StorageHealthCheckParams& healthCheckParams,
234 const StorageHealthCheckParams& healthCheckParams,
250 void setHealthListener(const StorageHealthCheckParams& healthCheckParams,
431 const StorageHealthCheckParams& healthCheckParams = {},
DBinderIncrementalService.cpp142 const ::android::os::incremental::StorageHealthCheckParams& healthCheckParams, in startLoading()
148 statusListener, healthCheckParams, healthListener, in startLoading()
DBinderIncrementalService.h51 const ::android::os::incremental::StorageHealthCheckParams& healthCheckParams,
DIncrementalService.cpp791 const StorageHealthCheckParams& healthCheckParams, in startLoading() argument
826 healthCheckParams, std::move(healthListener)); in startLoading()
1815 const StorageHealthCheckParams& healthCheckParams, in prepareDataLoaderLocked() argument
1829 std::move(statusListener), healthCheckParams, in prepareDataLoaderLocked()
2537 const StorageHealthCheckParams& healthCheckParams, StorageHealthListener&& healthListener, in DataLoaderStub() argument
2546 mHealthCheckParams(healthCheckParams) { in DataLoaderStub()
3140 const StorageHealthCheckParams& healthCheckParams, StorageHealthListener&& healthListener) { in setHealthListener() argument
3142 mHealthCheckParams = healthCheckParams; in setHealthListener()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerSession.java4757 final StorageHealthCheckParams healthCheckParams = new StorageHealthCheckParams();
4758 healthCheckParams.blockedTimeoutMs = INCREMENTAL_STORAGE_BLOCKED_TIMEOUT_MS;
4759 healthCheckParams.unhealthyTimeoutMs = INCREMENTAL_STORAGE_UNHEALTHY_TIMEOUT_MS;
4760 healthCheckParams.unhealthyMonitoringMs = INCREMENTAL_STORAGE_UNHEALTHY_MONITORING_MS;
4798 stageDir, inheritedDir, params, statusListener, healthCheckParams,
4811 mIncrementalFileStorages.startLoading(params, statusListener, healthCheckParams,