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()
166 @Nullable StorageHealthCheckParams healthCheckParams, in startLoading() argument
169 if (!mDefaultStorage.startLoading(dataLoaderParams, statusListener, healthCheckParams, in startLoading()
DIncrementalStorage.java409 @Nullable StorageHealthCheckParams healthCheckParams, in startLoading() argument
415 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.cpp771 const StorageHealthCheckParams& healthCheckParams, in startLoading() argument
806 healthCheckParams, std::move(healthListener)); in startLoading()
1795 const StorageHealthCheckParams& healthCheckParams, in prepareDataLoaderLocked() argument
1809 std::move(statusListener), healthCheckParams, in prepareDataLoaderLocked()
2517 const StorageHealthCheckParams& healthCheckParams, StorageHealthListener&& healthListener, in DataLoaderStub() argument
2526 mHealthCheckParams(healthCheckParams) { in DataLoaderStub()
3114 const StorageHealthCheckParams& healthCheckParams, StorageHealthListener&& healthListener) { in setHealthListener() argument
3116 mHealthCheckParams = healthCheckParams; in setHealthListener()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerSession.java3942 final StorageHealthCheckParams healthCheckParams = new StorageHealthCheckParams(); in prepareDataLoaderLocked() local
3943 healthCheckParams.blockedTimeoutMs = INCREMENTAL_STORAGE_BLOCKED_TIMEOUT_MS; in prepareDataLoaderLocked()
3944 healthCheckParams.unhealthyTimeoutMs = INCREMENTAL_STORAGE_UNHEALTHY_TIMEOUT_MS; in prepareDataLoaderLocked()
3945 healthCheckParams.unhealthyMonitoringMs = INCREMENTAL_STORAGE_UNHEALTHY_MONITORING_MS; in prepareDataLoaderLocked()
3983 stageDir, inheritedDir, params, statusListener, healthCheckParams, in prepareDataLoaderLocked()
3996 mIncrementalFileStorages.startLoading(params, statusListener, healthCheckParams, in prepareDataLoaderLocked()