Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DProfileAwareUriMatcher.java39 private static final String VCARD_SEGMENT = "as_vcard"; field in ProfileAwareUriMatcher
89 || token.equals(VCARD_SEGMENT)) { in addURI()