Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DUriUtils.java56 final String lastPathSegment = uri.getLastPathSegment(); in isEncodedContactUri() local
57 if (lastPathSegment == null) { in isEncodedContactUri()
60 return lastPathSegment.equals(Constants.LOOKUP_URI_ENCODED); in isEncodedContactUri()