Home
last modified time | relevance | path

Searched defs:CONTENT_URI (Results 1 – 25 of 38) sorted by relevance

12

/packages/apps/Dialer/java/com/android/dialer/phonelookup/database/contract/
DPhoneLookupHistoryContract.java26 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY); field in PhoneLookupHistoryContract
36 public static final Uri CONTENT_URI = field in PhoneLookupHistoryContract.PhoneLookupHistory
/packages/apps/Dialer/java/com/android/dialer/calllog/database/contract/
DAnnotatedCallLogContract.java29 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY); field in AnnotatedCallLogContract
38 public static final Uri CONTENT_URI = field in AnnotatedCallLogContract.AnnotatedCallLog
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapUtils.java184 Profile.CONTENT_URI, in getProfileName()
304 Contacts.CONTENT_URI, in updateSecondaryVersionCounter()
364 Data.CONTENT_URI, in updateSecondaryVersionCounter()
401 Data.CONTENT_URI, in updateSecondaryVersionCounter()
527 Data.CONTENT_URI, in fetchAndSetContacts()
/packages/apps/Dialer/java/com/android/dialer/preferredsim/
DPreferredSimFallbackContract.java42 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY); field in PreferredSimFallbackContract
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
DNetworkChangeDetectionConfigs.java31 public static final Uri CONTENT_URI = Uri.parse( field in NetworkChangeDetectionConfigs
/packages/apps/DeskClock/src/com/android/deskclock/provider/
DClockContract.kt100 val CONTENT_URI: Uri = Uri.parse("content://$AUTHORITY/alarms") constant
156 val CONTENT_URI: Uri = Uri.parse("content://$AUTHORITY/instances") constant
/packages/apps/Camera2/src/com/android/camera/data/
DVideoDataQuery.java23 public static final Uri CONTENT_URI = MediaStore.Video.Media.EXTERNAL_CONTENT_URI; field in VideoDataQuery
DPhotoDataQuery.java27 public static final Uri CONTENT_URI = MediaStore.Images.Media.EXTERNAL_CONTENT_URI; field in PhotoDataQuery
/packages/providers/PartnerBookmarksProvider/src/com/android/providers/partnerbookmarks/
DPartnerBookmarksContract.java71 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "bookmarks"); field in PartnerBookmarksContract.Bookmarks
/packages/apps/Dialer/java/com/android/dialer/database/
DFilteredNumberContract.java131 public static final Uri CONTENT_URI = field in FilteredNumberContract.FilteredNumber
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DConversationImagePartsView.java80 static final String CONTENT_URI = PhotoViewColumns.CONTENT_URI; field in ConversationImagePartsView.Columns
/packages/apps/Gallery2/src/com/android/photos/data/
DPhotoSetLoader.java38 private static final Uri CONTENT_URI = Files.getContentUri("external"); field in PhotoSetLoader
DPhotoProvider.java77 public static final Uri CONTENT_URI = Uri.withAppendedPath(BASE_CONTENT_URI, TABLE); field
97 public static final Uri CONTENT_URI = Uri.withAppendedPath(BASE_CONTENT_URI, TABLE); field
136 public static final Uri CONTENT_URI = Uri.withAppendedPath(BASE_CONTENT_URI, TABLE); field
173 public static final Uri CONTENT_URI = Uri.withAppendedPath(BASE_CONTENT_URI, TABLE); field
/packages/apps/TV/partner_support/src/com/google/android/tv/partner/support/
DEpgContract.java141 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/epg_input"); field in EpgContract.EpgInputs
/packages/apps/Messaging/src/com/android/messaging/sms/
DMmsSmsUtils.java152 public static final Uri CONTENT_URI = Uri.withAppendedPath( field in MmsSmsUtils.Threads
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DCarrierProvider.java46 static final Uri CONTENT_URI = Uri.parse(URL); field in CarrierProvider
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DMmsFileProvider.java50 static final Uri CONTENT_URI = Uri.parse("content://com.android.bluetooth.map.MmsFileProvider"); field in MmsFileProvider
/packages/services/Telephony/testapps/TestRcsApp/TestApp/src/com/google/android/sample/rcsclient/carrierLock/
DCarrierLockProvider.java36 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/carrierLock"); field in CarrierLockProvider
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastContentProvider.java62 static final Uri CONTENT_URI = Uri.parse("content://cellbroadcasts-app/"); field in CellBroadcastContentProvider
185 c.setNotificationUri(getContext().getContentResolver(), CONTENT_URI); in query() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/provider/
DSharedImageProvider.java41 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/image"); field in SharedImageProvider
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/effects/
DFakeEffectsController.kt111 val CONTENT_URI: Uri = Uri.parse("content://$AUTHORITY$EFFECT_PATH") constant
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpCoverArtProvider.java56 static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY); field in AvrcpCoverArtProvider
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
DLocalPhotoSource.java50 private static final Uri CONTENT_URI = Media.EXTERNAL_CONTENT_URI; field in LocalPhotoSource
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothShare.java46 public static final Uri CONTENT_URI = Uri.parse("content://com.android.bluetooth.opp/btopp"); field in BluetoothShare
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastContentProviderTest.java51 public static final Uri CONTENT_URI = Uri.parse("content://cellbroadcasts-app"); field in CellBroadcastContentProviderTest

12