Searched refs:mCodePaths (Results 1 – 2 of 2) sorted by relevance
95 private final List<String> mCodePaths; field in SharedLibraryInfo124 mCodePaths = codePaths; in SharedLibraryInfo()138 mCodePaths = Arrays.asList(parcel.createString8Array()); in SharedLibraryInfo()140 mCodePaths = null; in SharedLibraryInfo()220 return Objects.requireNonNull(mCodePaths); in getAllCodePaths()350 if (mCodePaths != null) { in writeToParcel()352 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()