Searched refs:lastPathSegment (Results 1 – 4 of 4) sorted by relevance
59 final String lastPathSegment = uri.getLastPathSegment(); in isEncodedContactUri() local60 if (lastPathSegment == null) { in isEncodedContactUri()63 return lastPathSegment.equals(LOOKUP_URI_ENCODED); in isEncodedContactUri()
59 final String lastPathSegment = uri.getLastPathSegment(); in isEncodedContactUri() local60 if (lastPathSegment == null) { in isEncodedContactUri()63 return lastPathSegment.equals(Constants.LOOKUP_URI_ENCODED); in isEncodedContactUri()
109 return when (uri.lastPathSegment) { in query()
143 val filter = uri.lastPathSegment ?: return null in <lambda>()