Home
last modified time | relevance | path

Searched defs:sURIMatcher (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DCallComposerLocationProvider.java76 private static final UriMatcher sURIMatcher = new UriMatcher(UriMatcher.NO_MATCH); field in CallComposerLocationProvider
H A DCallLogProvider.java178 private static final UriMatcher sURIMatcher = new UriMatcher(UriMatcher.NO_MATCH); field in CallLogProvider
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppProvider.java79 private static final UriMatcher sURIMatcher = new UriMatcher(UriMatcher.NO_MATCH); field in BluetoothOppProvider
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DMessagingContentProvider.java157 private static final UriMatcher sURIMatcher = new UriMatcher(UriMatcher.NO_MATCH); field in MessagingContentProvider
/aosp12/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DHbpcdLookupProvider.java65 private static final UriMatcher sURIMatcher = new UriMatcher(UriMatcher.NO_MATCH); field in HbpcdLookupProvider
/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadProvider.java109 private static final UriMatcher sURIMatcher = new UriMatcher(UriMatcher.NO_MATCH); field in DownloadProvider