Searched refs:PROFILE_URI_LOOKUP_KEY_MAP (Results 1 – 1 of 1) sorted by relevance
53 private static final Map<Integer, Integer> PROFILE_URI_LOOKUP_KEY_MAP = Maps.newHashMap(); field in ProfileAwareUriMatcher96 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()