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

/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java249 /** Names of any split APKs, ordered by parsed splitName */
261 /** Paths of any split APKs, ordered by parsed splitName */
266 /** Revision codes of any split APKs, ordered by parsed splitName */
304 public final String splitName; field in class:PackageParser.ApkLite
313 public ApkLite(String codePath, String packageName, String splitName, int versionCode, argument
318 this.splitName = splitName;
699 if (apks.put(lite.splitName, lite) != null) {
701 "Split name " + lite.splitName
713 // Always apply deterministic ordering based on splitName
[all...]
/frameworks/base/tools/aapt/
H A DCommand.cpp1038 String8 splitName = AaptXml::getAttribute(tree, NULL, "split"); local
1039 if (!splitName.isEmpty()) {
1041 splitName.string()).string());

Completed in 38 milliseconds