Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DProfileAwareUriMatcher.java40 private static final String ID_SEGMENT = "#"; field in ProfileAwareUriMatcher
92 } else if (token.equals(ID_SEGMENT)) { in addURI()