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

/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 DSocialContract.java157 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "activities"); field in class:SocialContract.Activities
164 Uri.withAppendedPath(CONTENT_URI, "authored_by");
175 * The MIME type of {@link #CONTENT_URI} providing a directory of social
181 * The MIME type of a {@link #CONTENT_URI} subdirectory of a single
H A DUserDictionary.java40 public static final Uri CONTENT_URI = field in class:UserDictionary
50 public static final Uri CONTENT_URI = field in class:UserDictionary.Words
54 * The MIME type of {@link #CONTENT_URI} providing a directory of words.
59 * The MIME type of a {@link #CONTENT_URI} sub-directory of a single word.
133 Uri result = resolver.insert(CONTENT_URI, values);
H A DCallLog.java38 public static final Uri CONTENT_URI = field in class:CallLog
48 public static final Uri CONTENT_URI = field in class:CallLog.Calls
63 * The MIME type of {@link #CONTENT_URI} and {@link #CONTENT_FILTER_URI}
69 * The MIME type of a {@link #CONTENT_URI} sub-directory of a single
184 Uri result = resolver.insert(CONTENT_URI, values);
202 CONTENT_URI,
218 resolver.delete(CONTENT_URI, "_id IN " +
H A DDownloads.java67 public static final Uri CONTENT_URI = field in class:Downloads
84 * or Downloads.CONTENT_URI if the notification is associated with
642 public static final Uri CONTENT_URI = field in class:Downloads.Impl
658 * or Downloads.CONTENT_URI if the notification is associated with
H A DCalendar.java67 public static final Uri CONTENT_URI = field in class:Calendar
214 return cr.query(CONTENT_URI, projection, where,
227 return cr.delete(CONTENT_URI, selection, selectionArgs);
247 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/calendars"); field in class:Calendar.Calendars
355 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/attendees"); field in class:Calendar.Attendees
605 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + field in class:Calendar.EventsEntity
712 subCursor = mResolver.query(Reminders.CONTENT_URI, REMINDERS_PROJECTION,
717 subCursor = mProvider.query(Reminders.CONTENT_URI, REMINDERS_PROJECTION,
727 entity.addSubValue(Reminders.CONTENT_URI, reminderValues);
734 subCursor = mResolver.query(Attendees.CONTENT_URI, ATTENDEES_PROJECTIO
833 public static final Uri CONTENT_URI = field in class:Calendar.Events
879 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + field in class:Calendar.Instances
998 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + field in class:Calendar.EventDays
1058 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/reminders"); field in class:Calendar.Reminders
1135 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + field in class:Calendar.CalendarAlerts
1355 public static final Uri CONTENT_URI = field in class:Calendar.ExtendedProperties
1379 public static final Uri CONTENT_URI = field in class:Calendar.SyncState
[all...]
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 DTelephony.java180 return cr.query(CONTENT_URI, projection, null, null, DEFAULT_SORT_ORDER);
185 return cr.query(CONTENT_URI, projection, where,
192 public static final Uri CONTENT_URI = field in class:Telephony.Sms
319 public static final Uri CONTENT_URI = field in class:Telephony.Sms.Inbox
341 return addMessageToUri(resolver, CONTENT_URI, address, body,
353 public static final Uri CONTENT_URI = field in class:Telephony.Sms.Sent
373 return addMessageToUri(resolver, CONTENT_URI, address, body,
385 public static final Uri CONTENT_URI = field in class:Telephony.Sms.Draft
405 return addMessageToUri(resolver, CONTENT_URI, address, body,
433 public static final Uri CONTENT_URI field in class:Telephony.Sms.Outbox
468 public static final Uri CONTENT_URI = field in class:Telephony.Sms.Conversations
1161 public static final Uri CONTENT_URI = Uri.withAppendedPath( field in class:Telephony.Threads
1240 public static final Uri CONTENT_URI = Uri.parse("content://mms"); field in class:Telephony.Mms
1346 CONTENT_URI = Uri.parse("content://mms/inbox"); field in class:Telephony.Mms.Inbox
1362 CONTENT_URI = Uri.parse("content://mms/sent"); field in class:Telephony.Mms.Sent
1378 CONTENT_URI = Uri.parse("content://mms/drafts"); field in class:Telephony.Mms.Draft
1394 CONTENT_URI = Uri.parse("content://mms/outbox"); field in class:Telephony.Mms.Outbox
1508 public static final Uri CONTENT_URI = Uri.withAppendedPath( field in class:Telephony.Mms.Rate
1521 public static final Uri CONTENT_URI = Uri.parse("content://mms/scrapSpace"); field in class:Telephony.Mms.ScrapSpace
1583 public static final Uri CONTENT_URI = Uri.parse("content://mms-sms/"); field in class:Telephony.MmsSms
1623 public static final Uri CONTENT_URI = Uri.withAppendedPath( field in class:Telephony.MmsSms.PendingMessages
1678 public static final Uri CONTENT_URI = field in class:Telephony.Carriers
[all...]
H A DContactsContract.java208 public static final Uri CONTENT_URI = field in class:ContactsContract.SyncState
216 return SyncStateContract.Helpers.get(provider, CONTENT_URI, account);
224 return SyncStateContract.Helpers.getWithUri(provider, CONTENT_URI, account);
232 SyncStateContract.Helpers.set(provider, CONTENT_URI, account, data);
239 return SyncStateContract.Helpers.newSetOperation(CONTENT_URI, account, data);
677 * {@link #CONTENT_LOOKUP_URI} instead of {@link #CONTENT_URI}.</li>
857 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "contacts"); field in class:ContactsContract.Contacts
867 * equivalent to {@link #CONTENT_URI}. If the contact's row ID changes
875 public static final Uri CONTENT_LOOKUP_URI = Uri.withAppendedPath(CONTENT_URI,
886 public static final Uri CONTENT_VCARD_URI = Uri.withAppendedPath(CONTENT_URI,
1605 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "raw_contacts"); field in class:ContactsContract.RawContacts
2570 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "data"); field in class:ContactsContract.Data
2777 public static final Uri CONTENT_URI = field in class:ContactsContract.RawContactsEntity
3146 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "status_updates"); field in class:ContactsContract.StatusUpdates
3621 public static final Uri CONTENT_URI = Uri.withAppendedPath(Data.CONTENT_URI, field in class:ContactsContract.CommonDataKinds.Phone
3789 public static final Uri CONTENT_URI = Uri.withAppendedPath(Data.CONTENT_URI, field in class:ContactsContract.CommonDataKinds.Email
3984 public static final Uri CONTENT_URI = Uri.withAppendedPath(Data.CONTENT_URI, field in class:ContactsContract.CommonDataKinds.StructuredPostal
4995 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "groups"); field in class:ContactsContract.Groups
5095 public static final Uri CONTENT_URI = field in class:ContactsContract.AggregationExceptions
5276 public static final Uri CONTENT_URI = field in class:ContactsContract.Settings
5310 public static final Uri CONTENT_URI = field in class:ContactsContract.ProviderStatus
[all...]
H A DSettings.java723 sNameValueCache = new NameValueCache(SYS_PROP_SETTING_VERSION, CONTENT_URI,
742 return putString(resolver, CONTENT_URI, name, value);
755 return Secure.getUriFor(Secure.CONTENT_URI, name);
757 return getUriFor(CONTENT_URI, name);
1009 public static final Uri CONTENT_URI = field in class:Settings.System
1995 sNameValueCache = new NameValueCache(SYS_PROP_SETTING_VERSION, CONTENT_URI,
2010 return putString(resolver, CONTENT_URI, name, value);
2020 return getUriFor(CONTENT_URI, name);
2231 public static final Uri CONTENT_URI = field in class:Settings.Secure
3443 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);

Completed in 183 milliseconds