Searched refs:CONTENT_URI (Results 1 - 25 of 49) sorted by relevance

12

/frameworks/base/core/java/android/provider/
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 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 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 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 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 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 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 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 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 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 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/core/tests/coretests/src/android/pim/vcard/test_utils/
H A DExportTestResolver.java28 addProvider(RawContacts.CONTENT_URI.getAuthority(), mProvider);
H A DImportTestResolver.java37 equalsString(authority, RawContacts.CONTENT_URI.toString());
H A DExportTestProvider.java49 entity.addSubValue(Data.CONTENT_URI, contentValues);
98 TestCase.assertTrue(RawContacts.CONTENT_URI.getAuthority().equals(authority));
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerListHelper.java50 Cursor cursor = mActivity.managedQuery(TrackerProvider.CONTENT_URI,
56 TrackerProvider.CONTENT_URI);
H A DTrackerDataHelper.java76 mContext.getContentResolver().insert(TrackerProvider.CONTENT_URI,
98 mContext.getContentResolver().delete(TrackerProvider.CONTENT_URI, null,
112 TrackerProvider.CONTENT_URI, TrackerEntry.ATTRIBUTES,
H A DTrackerProvider.java37 public static final Uri CONTENT_URI = Uri field in class:TrackerProvider
103 Uri addedUri = ContentUris.withAppendedId(CONTENT_URI, rowId);
/frameworks/base/core/tests/coretests/src/android/provider/
H A DSmsProviderTest.java63 urls[i] = contentResolver.insert(Sms.Inbox.CONTENT_URI, map);
67 Cursor c = contentResolver.query(Sms.Inbox.CONTENT_URI, null, null, null, "date");
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListManagedCursor.java39 Cursor c = getContentResolver().query(Settings.System.CONTENT_URI, null, null, null, null);
H A DListWithDisappearingItemBug.java47 Cursor c = getContentResolver().query(People.CONTENT_URI, null, null, null, null);
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java131 restoreSettings(data, Settings.System.CONTENT_URI);
134 restoreSettings(data, Settings.Secure.CONTENT_URI);
206 Cursor sortedCursor = getContentResolver().query(Settings.System.CONTENT_URI, PROJECTION,
218 Cursor sortedCursor = getContentResolver().query(Settings.Secure.CONTENT_URI, PROJECTION,
232 if (contentUri.equals(Settings.Secure.CONTENT_URI)) {
234 } else if (contentUri.equals(Settings.System.CONTENT_URI)) {
/frameworks/base/core/java/android/widget/
H A DDigitalClock.java70 Settings.System.CONTENT_URI, true, mFormatChangeObserver);
/frameworks/base/core/tests/coretests/src/android/content/
H A DContentQueryMapTest.java59 Settings.System.CONTENT_URI,
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DShortcutManager.java61 Settings.Bookmarks.CONTENT_URI, sProjection, null, null, null);
/frameworks/base/core/java/android/net/
H A DDownloads.java223 android.provider.Downloads.Impl.CONTENT_URI,
293 android.provider.Downloads.Impl.CONTENT_URI,
333 Uri downloadUri = Uri.withAppendedPath(android.provider.Downloads.Impl.CONTENT_URI,
415 return Uri.parse(android.provider.Downloads.Impl.CONTENT_URI + "/" + downloadId);
541 Uri downloadUri = cr.insert(android.provider.Downloads.Impl.CONTENT_URI, values);

Completed in 1431 milliseconds

12