Searched defs:secondaryCpuAbi (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DApplicationInfo.java494 * Full path where unpacked native libraries for {@link #secondaryCpuAbi}
547 public String secondaryCpuAbi; field in class:ApplicationInfo
697 secondaryCpuAbi = orig.secondaryCpuAbi;
747 dest.writeString(secondaryCpuAbi);
796 secondaryCpuAbi = source.readString();
/frameworks/base/services/core/java/com/android/server/pm/
H A DSettings.java275 String legacyNativeLibraryPathString, String primaryCpuAbi, String secondaryCpuAbi,
279 resourcePath, legacyNativeLibraryPathString, primaryCpuAbi, secondaryCpuAbi,
672 p.secondaryCpuAbiString = pkg.applicationInfo.secondaryCpuAbi;
1754 serializer.attribute(null, "secondaryCpuAbi", pkg.secondaryCpuAbiString);
1807 serializer.attribute(null, "secondaryCpuAbi", pkg.secondaryCpuAbiString);
2571 String secondaryCpuAbiStr = parser.getAttributeValue(null, "secondaryCpuAbi");
2692 secondaryCpuAbiString = parser.getAttributeValue(null, "secondaryCpuAbi");
3361 pw.print(prefix); pw.print(" secondaryCpuAbi="); pw.println(ps.secondaryCpuAbiString);
273 getPackageLPw(PackageParser.Package pkg, PackageSetting origPackage, String realName, SharedUserSetting sharedUser, File codePath, File resourcePath, String legacyNativeLibraryPathString, String primaryCpuAbi, String secondaryCpuAbi, int pkgFlags, UserHandle user, boolean add) argument

Completed in 82 milliseconds