Searched refs:requiredSystemPropertyName (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/tests/coretests/src/com/android/internal/content/res/ |
D | OverlayConfigIterationRule.java | 70 public final String requiredSystemPropertyName; field in OverlayConfigIterationRule.TestOverlayInfo 75 String requiredSystemPropertyName, String requiredSystemPropertyValue) { in TestOverlayInfo() argument 77 this.requiredSystemPropertyName = requiredSystemPropertyName; in TestOverlayInfo() 83 requiredSystemPropertyName, requiredSystemPropertyValue); in isMatchRequiredSystemProperty() 92 boolean isStatic, int priority, String requiredSystemPropertyName, in addOverlay() argument 98 canonicalPath, requiredSystemPropertyName, requiredSystemPropertyValue)); in addOverlay() 153 if ((!TextUtils.isEmpty(overlayInfo.requiredSystemPropertyName) in apply() 183 if ((!TextUtils.isEmpty(info.requiredSystemPropertyName) in apply()
|
/frameworks/base/core/java/android/content/pm/parsing/ |
D | ApkLiteParseUtils.java | 454 String requiredSystemPropertyName = null; in parseApkLite() local 550 requiredSystemPropertyName = parser.getAttributeValue(ANDROID_RES_NAMESPACE, in parseApkLite() 631 requiredSystemPropertyName, requiredSystemPropertyValue)) { in parseApkLite() 634 + requiredSystemPropertyName + " with value: " + requiredSystemPropertyValue; in parseApkLite() 645 overlayIsStatic, overlayPriority, requiredSystemPropertyName, in parseApkLite()
|
D | ApkLite.java | 164 String requiredSystemPropertyName, String requiredSystemPropertyValue, in ApkLite() argument 195 mRequiredSystemPropertyName = requiredSystemPropertyName; in ApkLite()
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageParser.java | 1650 String requiredSystemPropertyName = null; in parseApkLite() local 1723 requiredSystemPropertyName = attrs.getAttributeValue(i); in parseApkLite() 1761 if (!checkRequiredSystemProperties(requiredSystemPropertyName, in parseApkLite() 1765 + requiredSystemPropertyName + " with value: " + requiredSystemPropertyValue); in parseApkLite()
|
/frameworks/base/core/api/ |
D | system-current.txt | 447 field public static final int requiredSystemPropertyName = 16844133; // 0x1010565
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 75673 Lcom/android/internal/R$attr;->requiredSystemPropertyName:I
|