Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DProfileAwareUriMatcher.java53 private static final Map<Integer, Integer> PROFILE_URI_LOOKUP_KEY_MAP = Maps.newHashMap(); field in ProfileAwareUriMatcher
96 PROFILE_URI_LOOKUP_KEY_MAP.put(code, i); in addURI()
124 } else if (PROFILE_URI_LOOKUP_KEY_MAP.containsKey(match)) { in mapsToProfile()
125 int lookupKeySegment = PROFILE_URI_LOOKUP_KEY_MAP.get(match); in mapsToProfile()