Searched refs:mSharedLibraryOverlayPaths (Results 1 – 2 of 2) sorted by relevance
136 mSharedLibraryOverlayPaths = other.mSharedLibraryOverlayPaths == null199 if (mSharedLibraryOverlayPaths == null) {200 mSharedLibraryOverlayPaths = new WatchedArrayMap<>();212 mSharedLibraryOverlayPaths.put(library, paths);264 if (mSharedLibraryOverlayPaths != null) {498 if (mSharedLibraryOverlayPaths == null) {502 mSharedLibraryOverlayPaths.clear();503 mSharedLibraryOverlayPaths.putAll(value);569 return mSharedLibraryOverlayPaths == null741 mSharedLibraryOverlayPaths = value;[all …]
375 private final Map<String, OverlayPaths> mSharedLibraryOverlayPaths; field in PackageStateImpl.UserStateImpl394 mSharedLibraryOverlayPaths = userState.getSharedLibraryOverlayPaths(); in UserStateImpl()455 if (mOverlayPaths == null && mSharedLibraryOverlayPaths == null) { in getAllOverlayPaths()460 if (mSharedLibraryOverlayPaths != null) { in getAllOverlayPaths()461 for (final OverlayPaths libOverlayPaths : mSharedLibraryOverlayPaths.values()) { in getAllOverlayPaths()535 return mSharedLibraryOverlayPaths; in getSharedLibraryOverlayPaths()