Home | History | Annotate | Download | only in pm

Lines Matching defs:splitName

391         /** Names of any split APKs, ordered by parsed splitName */
394 /** Names of any split APKs that are features. Ordered by splitName */
397 /** Dependencies of any split APKs, ordered by parsed splitName */
410 /** Paths of any split APKs, ordered by parsed splitName */
415 /** Revision codes of any split APKs, ordered by parsed splitName */
466 public final String splitName;
483 public ApkLite(String codePath, String packageName, String splitName,
492 this.splitName = splitName;
933 if (apks.put(lite.splitName, lite) != null) {
935 "Split name " + lite.splitName
948 // Always apply deterministic ordering based on splitName
1674 String splitName = attrs.getAttributeValue(null, "split");
1675 if (splitName != null) {
1676 if (splitName.length() == 0) {
1677 splitName = null;
1679 final String error = validateName(splitName, false, false);
1688 (splitName != null) ? splitName.intern() : splitName);
1875 final String splitName;
1881 splitName = packageSplit.second;
1883 if (!TextUtils.isEmpty(splitName)) {
1884 outError[0] = "Expected base APK, but found split " + splitName;
4022 if (parsedComponent != null && parsedComponent.splitName == null) {
4027 parsedComponent.splitName = owner.splitNames[splitIndex];
4160 a.info.splitName =
4871 p.info.splitName =
5168 s.info.splitName =
6201 /** Names of any split APKs, ordered by parsed splitName */
6217 /** Paths of any split APKs, ordered by parsed splitName */
6222 /** Revision codes of any split APKs, ordered by parsed splitName */
6225 /** Flags of any split APKs; ordered by parsed splitName */
6229 * Private flags of any split APKs; ordered by parsed splitName.