Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DServiceStateProvider.java290 if (isPathPrefixMatch(uri, CONTENT_URI)) { in insert()
345 if (!isPathPrefixMatch(uri, CONTENT_URI)) { in query()
531 private boolean isPathPrefixMatch(Uri uriA, Uri uriB) { in isPathPrefixMatch() method in ServiceStateProvider
/packages/providers/ContactsProvider/src/com/android/providers/contacts/enterprise/
DEnterpriseContactsCursorWrapper.java104 && !Uri.parse(ringtoneUri).isPathPrefixMatch( in getString()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/system/
DResetNetworkConfirmFragmentTest.java219 if (uri.isPathPrefixMatch(prefix)) return uri; in getUriWithGivenPrefix()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/network/
DApnEditor.java265 if (!uri.isPathPrefixMatch(Telephony.Carriers.CONTENT_URI)) { in onCreate()
272 if (!mCarrierUri.isPathPrefixMatch(Telephony.Carriers.CONTENT_URI)) { in onCreate()
/packages/apps/Settings/src/com/android/settings/network/
DApnEditor.java327 if (!uri.isPathPrefixMatch(Telephony.Carriers.CONTENT_URI)) { in onCreate()
334 if (!mCarrierUri.isPathPrefixMatch(Telephony.Carriers.CONTENT_URI)) { in onCreate()