Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DProfileAwareUriMatcher.java119 int idSegment = PROFILE_URI_ID_MAP.get(match); in mapsToProfile() local
120 long id = Long.parseLong(uri.getPathSegments().get(idSegment)); in mapsToProfile()