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.java62 public static final Uri CONTENT_URI = field in class:Downloads
79 * or Downloads.CONTENT_URI if the notification is associated with
636 public static final Uri CONTENT_URI = field in class:Downloads.Impl
659 * 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
1072 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + field in class:Calendar.EventDays
1132 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/reminders"); field in class:Calendar.Reminders
1209 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + field in class:Calendar.CalendarAlerts
1429 public static final Uri CONTENT_URI = field in class:Calendar.ExtendedProperties
1453 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
1201 public static final Uri CONTENT_URI = Uri.withAppendedPath( field in class:Telephony.Threads
1279 public static final Uri CONTENT_URI = Uri.parse("content://mms"); field in class:Telephony.Mms
1385 CONTENT_URI = Uri.parse("content://mms/inbox"); field in class:Telephony.Mms.Inbox
1401 CONTENT_URI = Uri.parse("content://mms/sent"); field in class:Telephony.Mms.Sent
1417 CONTENT_URI = Uri.parse("content://mms/drafts"); field in class:Telephony.Mms.Draft
1433 CONTENT_URI = Uri.parse("content://mms/outbox"); field in class:Telephony.Mms.Outbox
1547 public static final Uri CONTENT_URI = Uri.withAppendedPath( field in class:Telephony.Mms.Rate
1560 public static final Uri CONTENT_URI = Uri.parse("content://mms/scrapSpace"); field in class:Telephony.Mms.ScrapSpace
1622 public static final Uri CONTENT_URI = Uri.parse("content://mms-sms/"); field in class:Telephony.MmsSms
1662 public static final Uri CONTENT_URI = Uri.withAppendedPath( field in class:Telephony.MmsSms.PendingMessages
1717 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);
685 * {@link #CONTENT_LOOKUP_URI} instead of {@link #CONTENT_URI}.</li>
865 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "contacts"); field in class:ContactsContract.Contacts
875 * equivalent to {@link #CONTENT_URI}. If the contact's row ID changes
883 public static final Uri CONTENT_LOOKUP_URI = Uri.withAppendedPath(CONTENT_URI,
894 public static final Uri CONTENT_VCARD_URI = Uri.withAppendedPath(CONTENT_URI,
1613 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "raw_contacts"); field in class:ContactsContract.RawContacts
2606 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "data"); field in class:ContactsContract.Data
2813 public static final Uri CONTENT_URI = field in class:ContactsContract.RawContactsEntity
3176 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "status_updates"); field in class:ContactsContract.StatusUpdates
3654 public static final Uri CONTENT_URI = Uri.withAppendedPath(Data.CONTENT_URI, field in class:ContactsContract.CommonDataKinds.Phone
3822 public static final Uri CONTENT_URI = Uri.withAppendedPath(Data.CONTENT_URI, field in class:ContactsContract.CommonDataKinds.Email
4017 public static final Uri CONTENT_URI = Uri.withAppendedPath(Data.CONTENT_URI, field in class:ContactsContract.CommonDataKinds.StructuredPostal
5120 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "groups"); field in class:ContactsContract.Groups
5220 public static final Uri CONTENT_URI = field in class:ContactsContract.AggregationExceptions
5401 public static final Uri CONTENT_URI = field in class:ContactsContract.Settings
5435 public static final Uri CONTENT_URI = field in class:ContactsContract.ProviderStatus
[all...]
H A DSettings.java752 sNameValueCache = new NameValueCache(SYS_PROP_SETTING_VERSION, CONTENT_URI,
771 return putString(resolver, CONTENT_URI, name, value);
784 return Secure.getUriFor(Secure.CONTENT_URI, name);
786 return getUriFor(CONTENT_URI, name);
1038 public static final Uri CONTENT_URI = field in class:Settings.System
2067 sNameValueCache = new NameValueCache(SYS_PROP_SETTING_VERSION, CONTENT_URI,
2082 return putString(resolver, CONTENT_URI, name, value);
2092 return getUriFor(CONTENT_URI, name);
2303 public static final Uri CONTENT_URI = field in class:Settings.Secure
3543 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 1251 milliseconds