Searched defs:CONTENT_URI (Results 1 - 15 of 15) sorted by relevance

/frameworks/ex/photoviewer/src/com/android/ex/photo/provider/
H A DPhotoContract.java40 public static final String CONTENT_URI = "contentUri"; field in interface:PhotoContract.PhotoViewColumns
59 PhotoViewColumns.CONTENT_URI,
/frameworks/opt/photoviewer/src/com/android/ex/photo/provider/
H A DPhotoContract.java40 public static final String CONTENT_URI = "contentUri"; field in interface:PhotoContract.PhotoViewColumns
64 PhotoViewColumns.CONTENT_URI,
/frameworks/base/core/java/android/provider/
H A DApplications.java41 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY); field in class:Applications
77 Uri searchUri = CONTENT_URI.buildUpon().appendPath(SEARCH_PATH).appendPath(query).build();
111 return Applications.CONTENT_URI.buildUpon()
H A DDrmStore.java86 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/images"); field in interface:DrmStore.Images
91 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/audio"); field in interface:DrmStore.Audio
154 contentUri = DrmStore.Audio.CONTENT_URI;
156 contentUri = DrmStore.Images.CONTENT_URI;
H A DUserDictionary.java40 public static final Uri CONTENT_URI = field in class:UserDictionary
53 public static final Uri CONTENT_URI = field in class:UserDictionary.Words
57 * The MIME type of {@link #CONTENT_URI} providing a directory of words.
62 * The MIME type of a {@link #CONTENT_URI} sub-directory of a single word.
178 Uri result = resolver.insert(CONTENT_URI, values);
H A DCallLog.java42 public static final Uri CONTENT_URI = field in class:CallLog
52 public static final Uri CONTENT_URI = field in class:CallLog.Calls
94 public static final Uri CONTENT_URI_WITH_VOICEMAIL = CONTENT_URI.buildUpon()
104 * The MIME type of {@link #CONTENT_URI} and {@link #CONTENT_FILTER_URI}
110 * The MIME type of a {@link #CONTENT_URI} sub-directory of a single
323 cursor = resolver.query(Phone.CONTENT_URI,
355 Uri result = resolver.insert(CONTENT_URI, values);
373 CONTENT_URI,
389 resolver.delete(CONTENT_URI, "_id IN " +
H A DVoicemailContract.java113 public static final Uri CONTENT_URI = field in class:VoicemailContract.Voicemails
201 return Voicemails.CONTENT_URI.buildUpon()
209 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/status"); field in class:VoicemailContract.Status
312 return Status.CONTENT_URI.buildUpon()
H A DBrowserContract.java254 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "bookmarks"); field in class:BrowserContract.Bookmarks
304 Uri.withAppendedPath(CONTENT_URI, "folder");
328 * The MIME type of {@link #CONTENT_URI} providing a directory of bookmarks.
333 * The MIME type of a {@link #CONTENT_URI} of a single bookmark.
408 * Directory under {@link Bookmarks#CONTENT_URI}
410 public static final Uri CONTENT_URI = field in class:BrowserContract.Accounts
447 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "history"); field in class:BrowserContract.History
450 * The MIME type of {@link #CONTENT_URI} providing a directory of browser history items.
455 * The MIME type of a {@link #CONTENT_URI} of a single browser history item.
470 public static final Uri CONTENT_URI field in class:BrowserContract.Searches
518 public static final Uri CONTENT_URI = field in class:BrowserContract.SyncState
576 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "images"); field in class:BrowserContract.Images
649 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "image_mappings"); field in class:BrowserContract.ImageMappings
676 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "combined"); field in class:BrowserContract.Combined
699 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "settings"); field in class:BrowserContract.Settings
[all...]
H A DDownloads.java89 public static final Uri CONTENT_URI = field in class:Downloads.Impl
122 * or Downloads.CONTENT_URI if the notification is associated with
800 context.getContentResolver().delete(Impl.CONTENT_URI, QUERY_WHERE_CLAUSE,
H A DContacts.java60 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY); field in class:Contacts
153 public static final Uri CONTENT_URI = field in class:Contacts.Settings
206 Cursor cursor = cr.query(Settings.CONTENT_URI, new String[]{VALUE},
231 cr.update(Settings.CONTENT_URI, values, null, null);
354 public static final Uri CONTENT_URI = field in class:Contacts.People
392 * The MIME type of {@link #CONTENT_URI} providing a directory of
400 * The MIME type of a {@link #CONTENT_URI} subdirectory of a single
449 Uri uri = ContentUris.withAppendedId(CONTENT_URI, personId);
464 Cursor groupsCursor = resolver.query(Groups.CONTENT_URI, GROUPS_PROJECTION,
510 Cursor groupsCursor = resolver.query(Groups.CONTENT_URI, GROUPS_PROJECTIO
805 public static final Uri CONTENT_URI = field in class:Contacts.Groups
995 public static final Uri CONTENT_URI = field in class:Contacts.Phones
1053 public static final Uri CONTENT_URI = field in class:Contacts.GroupMembership
1472 public static final Uri CONTENT_URI = field in class:Contacts.ContactMethods
1623 public static final Uri CONTENT_URI = field in class:Contacts.Presence
1787 public static final Uri CONTENT_URI = field in class:Contacts.Organizations
1879 public static final Uri CONTENT_URI = Uri.parse("content://contacts/photos"); field in class:Contacts.Photos
1934 public static final Uri CONTENT_URI = field in class:Contacts.Extensions
[all...]
H A DCalendarContract.java166 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY); field in class:CalendarContract
489 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + field in class:CalendarContract.CalendarEntity
501 * @param cursor query on {@link #CONTENT_URI}
685 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/calendars"); field in class:CalendarContract.Calendars
847 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/attendees"); field in class:CalendarContract.Attendees
866 return cr.query(CONTENT_URI, projection, ATTENDEES_WHERE, attArgs /* selection args */,
1267 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + field in class:CalendarContract.EventsEntity
1422 subCursor = mResolver.query(Reminders.CONTENT_URI, REMINDERS_PROJECTION,
1427 subCursor = mProvider.query(Reminders.CONTENT_URI, REMINDERS_PROJECTION,
1437 entity.addSubValue(Reminders.CONTENT_URI, reminderValue
1626 public static final Uri CONTENT_URI = field in class:CalendarContract.Events
1782 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + field in class:CalendarContract.Instances
1993 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY field in class:CalendarContract.EventDays
2084 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/reminders"); field in class:CalendarContract.Reminders
2212 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + field in class:CalendarContract.CalendarAlerts
2483 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/colors"); field in class:CalendarContract.Colors
2526 public static final Uri CONTENT_URI = field in class:CalendarContract.ExtendedProperties
2555 public static final Uri CONTENT_URI = field in class:CalendarContract.SyncState
[all...]
H A DContactsContract.java192 * A boolean parameter for {@link CommonDataKinds.Phone#CONTENT_URI},
193 * {@link CommonDataKinds.Email#CONTENT_URI}, and
194 * {@link CommonDataKinds.StructuredPostal#CONTENT_URI}.
396 * Then Contacts Provider sends a {@link Directory#CONTENT_URI Directory.CONTENT_URI}
444 public static final Uri CONTENT_URI = field in class:ContactsContract.Directory
448 * The MIME-type of {@link #CONTENT_URI} providing a directory of
455 * The MIME type of a {@link #CONTENT_URI} item.
619 resolver.update(Directory.CONTENT_URI, contentValues, null, null);
648 public static final Uri CONTENT_URI field in class:ContactsContract.SyncState
702 public static final Uri CONTENT_URI = field in class:ContactsContract.ProfileSyncState
1411 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "contacts"); field in class:ContactsContract.Contacts
2069 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "profile"); field in class:ContactsContract.Profile
2592 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "raw_contacts"); field in class:ContactsContract.RawContacts
3191 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "stream_items"); field in class:ContactsContract.StreamItems
4325 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "data"); field in class:ContactsContract.Data
4511 public static final Uri CONTENT_URI = field in class:ContactsContract.RawContactsEntity
4925 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "status_updates"); field in class:ContactsContract.StatusUpdates
5408 public static final Uri CONTENT_URI = Uri.withAppendedPath(Data.CONTENT_URI, field in class:ContactsContract.CommonDataKinds.Phone
5599 public static final Uri CONTENT_URI = Uri.withAppendedPath(Data.CONTENT_URI, field in class:ContactsContract.CommonDataKinds.Email
5793 public static final Uri CONTENT_URI = Uri.withAppendedPath(Data.CONTENT_URI, field in class:ContactsContract.CommonDataKinds.StructuredPostal
6826 public static final Uri CONTENT_URI = Uri.withAppendedPath(Data.CONTENT_URI, field in class:ContactsContract.CommonDataKinds.Callable
7111 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "groups"); field in class:ContactsContract.Groups
7213 public static final Uri CONTENT_URI = field in class:ContactsContract.AggregationExceptions
7406 public static final Uri CONTENT_URI = field in class:ContactsContract.Settings
7440 public static final Uri CONTENT_URI = field in class:ContactsContract.ProviderStatus
7809 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "display_photo"); field in class:ContactsContract.DisplayPhoto
[all...]
H A DSettings.java870 public static final Uri CONTENT_URI = field in class:Settings.System
875 CONTENT_URI,
1033 return Secure.getUriFor(Secure.CONTENT_URI, name);
1038 return Global.getUriFor(Global.CONTENT_URI, name);
1040 return getUriFor(CONTENT_URI, name);
2573 public static final Uri CONTENT_URI = field in class:Settings.Secure
2579 CONTENT_URI,
2792 return Global.getUriFor(Global.CONTENT_URI, name);
2794 return getUriFor(CONTENT_URI, name);
4130 public static final Uri CONTENT_URI field in class:Settings.Global
5629 public static final Uri CONTENT_URI = field in class:Settings.Bookmarks
[all...]
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerProvider.java37 public static final Uri CONTENT_URI = Uri field in class:TrackerProvider
103 Uri addedUri = ContentUris.withAppendedId(CONTENT_URI, rowId);
/frameworks/opt/telephony/src/java/android/provider/
H A DTelephony.java186 return cr.query(CONTENT_URI, projection, null, null, DEFAULT_SORT_ORDER);
191 return cr.query(CONTENT_URI, projection, where,
198 public static final Uri CONTENT_URI = field in class:Telephony.Sms
325 public static final Uri CONTENT_URI = field in class:Telephony.Sms.Inbox
347 return addMessageToUri(resolver, CONTENT_URI, address, body,
359 public static final Uri CONTENT_URI = field in class:Telephony.Sms.Sent
379 return addMessageToUri(resolver, CONTENT_URI, address, body,
391 public static final Uri CONTENT_URI = field in class:Telephony.Sms.Draft
411 return addMessageToUri(resolver, CONTENT_URI, address, body,
439 public static final Uri CONTENT_URI field in class:Telephony.Sms.Outbox
474 public static final Uri CONTENT_URI = field in class:Telephony.Sms.Conversations
1249 public static final Uri CONTENT_URI = Uri.withAppendedPath( field in class:Telephony.Threads
1324 public static final Uri CONTENT_URI = Uri.parse("content://mms"); field in class:Telephony.Mms
1430 CONTENT_URI = Uri.parse("content://mms/inbox"); field in class:Telephony.Mms.Inbox
1446 CONTENT_URI = Uri.parse("content://mms/sent"); field in class:Telephony.Mms.Sent
1462 CONTENT_URI = Uri.parse("content://mms/drafts"); field in class:Telephony.Mms.Draft
1478 CONTENT_URI = Uri.parse("content://mms/outbox"); field in class:Telephony.Mms.Outbox
1592 public static final Uri CONTENT_URI = Uri.withAppendedPath( field in class:Telephony.Mms.Rate
1652 public static final Uri CONTENT_URI = Uri.parse("content://mms-sms/"); field in class:Telephony.MmsSms
1692 public static final Uri CONTENT_URI = Uri.withAppendedPath( field in class:Telephony.MmsSms.PendingMessages
1747 public static final Uri CONTENT_URI = field in class:Telephony.Carriers
1836 public static final Uri CONTENT_URI = field in class:Telephony.CellBroadcasts
[all...]

Completed in 621 milliseconds