Home
last modified time | relevance | path

Searched refs:PRIORITY_ATTR (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DPhotoPriorityResolver.java73 private static final String PRIORITY_ATTR = "priority"; field in PhotoPriorityResolver
163 if (PRIORITY_ATTR.equals(attr)) { in loadPhotoPriorityFromXml()
/aosp12/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp46 PRIORITY_ATTR = 0x0101001c, enumerator
1701 priority = GetAttributeIntegerDefault(FindAttribute(element, PRIORITY_ATTR), 0); in Extract()