Searched refs:requiredSystemPropertyValue (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/tests/coretests/src/com/android/internal/content/res/ |
D | OverlayConfigIterationRule.java | 71 public final String requiredSystemPropertyValue; field in OverlayConfigIterationRule.TestOverlayInfo 75 String requiredSystemPropertyName, String requiredSystemPropertyValue) { in TestOverlayInfo() argument 78 this.requiredSystemPropertyValue = requiredSystemPropertyValue; in TestOverlayInfo() 83 requiredSystemPropertyName, requiredSystemPropertyValue); in isMatchRequiredSystemProperty() 93 String requiredSystemPropertyValue) { in addOverlay() argument 98 canonicalPath, requiredSystemPropertyName, requiredSystemPropertyValue)); in addOverlay() 154 || !TextUtils.isEmpty(overlayInfo.requiredSystemPropertyValue)) in apply() 184 || !TextUtils.isEmpty(info.requiredSystemPropertyValue)) in apply()
|
/frameworks/base/core/java/android/content/pm/parsing/ |
D | ApkLiteParseUtils.java | 455 String requiredSystemPropertyValue = null; in parseApkLite() local 552 requiredSystemPropertyValue = parser.getAttributeValue(ANDROID_RES_NAMESPACE, in parseApkLite() 631 requiredSystemPropertyName, requiredSystemPropertyValue)) { in parseApkLite() 634 + requiredSystemPropertyName + " with value: " + requiredSystemPropertyValue; in parseApkLite() 646 requiredSystemPropertyValue, minSdkVersion, targetSdkVersion, in parseApkLite()
|
D | ApkLite.java | 164 String requiredSystemPropertyName, String requiredSystemPropertyValue, in ApkLite() argument 196 mRequiredSystemPropertyValue = requiredSystemPropertyValue; in ApkLite()
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageParser.java | 1651 String requiredSystemPropertyValue = null; in parseApkLite() local 1725 requiredSystemPropertyValue = attrs.getAttributeValue(i); in parseApkLite() 1762 requiredSystemPropertyValue)) { in parseApkLite() 1765 + requiredSystemPropertyName + " with value: " + requiredSystemPropertyValue); in parseApkLite()
|
/frameworks/base/core/api/ |
D | system-current.txt | 448 field public static final int requiredSystemPropertyValue = 16844134; // 0x1010566
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 75674 Lcom/android/internal/R$attr;->requiredSystemPropertyValue:I
|