Searched refs:mSharedLibraryOverlayPaths (Results 1 – 1 of 1) sorted by relevance
113 protected WatchedArrayMap<String, OverlayPaths> mSharedLibraryOverlayPaths; field in PackageUserStateImpl174 mSharedLibraryOverlayPaths = other.mSharedLibraryOverlayPaths == null175 ? null : other.mSharedLibraryOverlayPaths.snapshot();233 if (mSharedLibraryOverlayPaths == null) {234 mSharedLibraryOverlayPaths = new WatchedArrayMap<>();235 mSharedLibraryOverlayPaths.registerObserver(mSnapshot);237 final OverlayPaths currentPaths = mSharedLibraryOverlayPaths.get(library);242 boolean returnValue = mSharedLibraryOverlayPaths.remove(library) != null;246 mSharedLibraryOverlayPaths.put(library, paths);293 if (mOverlayPaths == null && mSharedLibraryOverlayPaths == null) {[all …]