Home
last modified time | relevance | path

Searched refs:LABEL_ATTR (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/data/
H A DAttributionLabelLiveData.kt38 private const val LABEL_ATTR = "label"
112 postValue(parser.getAttributeResourceValue(ANDROID_NS, LABEL_ATTR,
/aosp12/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp40 LABEL_ATTR = 0x01010001, enumerator
531 label = GetAttributeStringDefault(FindAttribute(element, LABEL_ATTR), ""); in Extract()
544 auto attr = FindAttribute(element, LABEL_ATTR); in Extract()
803 label = GetAttributeStringDefault(FindAttribute(element, LABEL_ATTR), ""); in Extract()
1235 label = GetAttributeStringDefault(FindAttribute(element, LABEL_ATTR), ""); in Extract()
/aosp12/frameworks/base/tools/aapt/
H A DCommand.cpp256 LABEL_ATTR = 0x01010001, enumerator
1379 String8 llabel = AaptXml::getResolvedAttribute(res, tree, LABEL_ATTR, in doDump()
1574 group.label = AaptXml::getResolvedAttribute(res, tree, LABEL_ATTR, &error); in doDump()
1759 activityLabel = AaptXml::getResolvedAttribute(res, tree, LABEL_ATTR, in doDump()