Searched refs:mOldCodePaths (Results 1 – 1 of 1) sorted by relevance
95 private Set<String> mOldCodePaths; field in PackageSetting688 if (mOldCodePaths != null) {689 if (other.mOldCodePaths != null) {690 mOldCodePaths.clear();691 mOldCodePaths.addAll(other.mOldCodePaths);693 mOldCodePaths = null;1323 mOldCodePaths = oldCodePaths;1458 return mOldCodePaths;