Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/incremental/
DIncrementalFileStorages.java58 private @Nullable IncrementalStorage mInheritedStorage; field in IncrementalFileStorages
118 mInheritedStorage = mIncrementalManager.openStorage( in IncrementalFileStorages()
120 if (mInheritedStorage != null) { in IncrementalFileStorages()
123 if (systemDataLoader && !mInheritedStorage.isFullyLoaded()) { in IncrementalFileStorages()
129 mInheritedStorage, IncrementalManager.CREATE_MODE_CREATE in IncrementalFileStorages()
188 if (mInheritedStorage == null) { in makeLink()
193 mInheritedStorage.makeLink(sourcePath.getAbsolutePath(), mDefaultStorage, in makeLink()
217 mInheritedStorage = null; in cleanUp()