Searched refs:mCodePaths (Results 1 – 2 of 2) sorted by relevance
80 private final List<String> mCodePaths; field in SharedLibraryInfo109 mCodePaths = codePaths; in SharedLibraryInfo()123 mCodePaths = Arrays.asList(parcel.createString8Array()); in SharedLibraryInfo()125 mCodePaths = null; in SharedLibraryInfo()205 return Objects.requireNonNull(mCodePaths); in getAllCodePaths()328 if (mCodePaths != null) { in writeToParcel()330 parcel.writeString8Array(mCodePaths.toArray(new String[mCodePaths.size()])); in writeToParcel()
27 private final List<String> mCodePaths; field in ArtPackageInfo39 mCodePaths = codePaths; in ArtPackageInfo()52 return mCodePaths; in getCodePaths()