Searched refs:isPathPrefixMatch (Results 1 – 6 of 6) sorted by relevance
334 if (isPathPrefixMatch(uri, CONTENT_URI)) { in insert()389 if (!isPathPrefixMatch(uri, CONTENT_URI)) { in query()661 private boolean isPathPrefixMatch(Uri uriA, Uri uriB) { in isPathPrefixMatch() method in ServiceStateProvider
104 && !Uri.parse(ringtoneUri).isPathPrefixMatch( in getString()
110 if (!uriInit.isPathPrefixMatch(Telephony.Carriers.CONTENT_URI)) { in getApnDataInit()
308 if (!uri.isPathPrefixMatch(Telephony.Carriers.CONTENT_URI)) { in onCreate()315 if (!mCarrierUri.isPathPrefixMatch(Telephony.Carriers.CONTENT_URI)) { in onCreate()
288 if (uri.isPathPrefixMatch(prefix)) return uri; in getUriWithGivenPrefix()
274 assertTrue(actualCallUri.isPathPrefixMatch(CallLog.Calls.CONTENT_URI)); in testCallLogUriSentToNotifier()