Searched refs:mCodePaths (Results 1 – 2 of 2) sorted by relevance
97 private final List<String> mCodePaths; field in SharedLibraryInfo128 mCodePaths = codePaths; in SharedLibraryInfo()161 mCodePaths = codePaths; in SharedLibraryInfo()194 mCodePaths = Arrays.asList(parcel.createString8Array()); in SharedLibraryInfo()196 mCodePaths = null; in SharedLibraryInfo()280 return Objects.requireNonNull(mCodePaths); in getAllCodePaths()425 if (mCodePaths != null) { in writeToParcel()427 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()