Home | History | Annotate | Download | only in pm

Lines Matching defs:splitName

398         /** Names of any split APKs, ordered by parsed splitName */
401 /** Names of any split APKs that are features. Ordered by splitName */
404 /** Dependencies of any split APKs, ordered by parsed splitName */
417 /** Paths of any split APKs, ordered by parsed splitName */
422 /** Revision codes of any split APKs, ordered by parsed splitName */
472 public final String splitName;
489 public ApkLite(String codePath, String packageName, String splitName, boolean isFeatureSplit,
497 this.splitName = splitName;
920 if (apks.put(lite.splitName, lite) != null) {
922 "Split name " + lite.splitName
935 // Always apply deterministic ordering based on splitName
1817 String splitName = attrs.getAttributeValue(null, "split");
1818 if (splitName != null) {
1819 if (splitName.length() == 0) {
1820 splitName = null;
1822 final String error = validateName(splitName, false, false);
1831 (splitName != null) ? splitName.intern() : splitName);
2023 final String splitName;
2029 splitName = packageSplit.second;
2031 if (!TextUtils.isEmpty(splitName)) {
2032 outError[0] = "Expected base APK, but found split " + splitName;
4133 if (parsedComponent != null && parsedComponent.splitName == null) {
4138 parsedComponent.splitName = owner.splitNames[splitIndex];
4271 a.info.splitName =
5004 p.info.splitName =
5317 s.info.splitName =
5821 /** Names of any split APKs, ordered by parsed splitName */
5837 /** Paths of any split APKs, ordered by parsed splitName */
5842 /** Revision codes of any split APKs, ordered by parsed splitName */
5845 /** Flags of any split APKs; ordered by parsed splitName */
5849 * Private flags of any split APKs; ordered by parsed splitName.