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

1234

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DHbpcdLookup.java28 public static final Uri CONTENT_URI = field in class:HbpcdLookup
46 public static final Uri CONTENT_URI = field in class:HbpcdLookup.MccIdd
59 public static final Uri CONTENT_URI = field in class:HbpcdLookup.MccLookup
79 public static final Uri CONTENT_URI = field in class:HbpcdLookup.MccSidConflicts
92 public static final Uri CONTENT_URI = field in class:HbpcdLookup.MccSidRange
105 public static final Uri CONTENT_URI = field in class:HbpcdLookup.ArbitraryMccSidMatch
118 public static final Uri CONTENT_URI = field in class:HbpcdLookup.NanpAreaCode
H A DHbpcdUtils.java51 Cursor c2 = resolver.query(ArbitraryMccSidMatch.CONTENT_URI, projection2,
77 Cursor c3 = resolver.query(MccSidConflicts.CONTENT_URI, projection3,
112 Cursor c5 = resolver.query(MccSidRange.CONTENT_URI, projection5,
144 Cursor cur = resolver.query(MccIdd.CONTENT_URI, projection,
H A DCarrierInfoManager.java68 findCursor = mContentResolver.query(Telephony.CarrierColumns.CONTENT_URI, columns,
118 mContentResolver.insert(Telephony.CarrierColumns.CONTENT_URI, contentValues);
128 int nRows = mContentResolver.update(Telephony.CarrierColumns.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
63 PhotoViewColumns.CONTENT_URI,
/frameworks/base/core/java/android/provider/
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 DTimeZoneRulesDataContract.java44 * Defines fields exposed through the {@link Operation#CONTENT_URI} for describing a time zone
63 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "operation"); field in class:TimeZoneRulesDataContract.Operation
66 * The {@code String} column of the {@link #CONTENT_URI} that provides an int specifying
93 * The {@code nullable int} column of the {@link #CONTENT_URI} that describes the major
100 * The {@code nullable int} column of the {@link #CONTENT_URI} that describes the minor
107 * The {@code nullable String} column of the {@link #CONTENT_URI} that describes the IANA
114 * The {@code nullable int} column of the {@link #CONTENT_URI} that describes the revision
H A DUserDictionary.java43 public static final Uri CONTENT_URI = field in class:UserDictionary
56 public static final Uri CONTENT_URI = field in class:UserDictionary.Words
60 * The MIME type of {@link #CONTENT_URI} providing a directory of words.
65 * The MIME type of a {@link #CONTENT_URI} sub-directory of a single word.
181 Uri result = resolver.insert(CONTENT_URI, values);
H A DCalendarContract.java163 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY); field in class:CalendarContract
493 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + field in class:CalendarContract.CalendarEntity
505 * @param cursor query on {@link #CONTENT_URI}
693 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/calendars"); field in class:CalendarContract.Calendars
856 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/attendees"); field in class:CalendarContract.Attendees
875 return cr.query(CONTENT_URI, projection, ATTENDEES_WHERE, attArgs /* selection args */,
1276 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + field in class:CalendarContract.EventsEntity
1434 subCursor = mResolver.query(Reminders.CONTENT_URI, REMINDERS_PROJECTION,
1439 subCursor = mProvider.query(Reminders.CONTENT_URI, REMINDERS_PROJECTION,
1449 entity.addSubValue(Reminders.CONTENT_URI, reminderValue
1639 public static final Uri CONTENT_URI = field in class:CalendarContract.Events
1796 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + field in class:CalendarContract.Instances
2007 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY field in class:CalendarContract.EventDays
2098 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/reminders"); field in class:CalendarContract.Reminders
2226 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + field in class:CalendarContract.CalendarAlerts
2498 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/colors"); field in class:CalendarContract.Colors
2541 public static final Uri CONTENT_URI = field in class:CalendarContract.ExtendedProperties
2570 public static final Uri CONTENT_URI = field in class:CalendarContract.SyncState
[all...]
H A DContactsContract.java152 * {@link Contacts#CONTENT_URI},
153 * {@link RawContacts#CONTENT_URI},
154 * {@link Data#CONTENT_URI},
155 * {@link CommonDataKinds.Phone#CONTENT_URI},
156 * {@link CommonDataKinds.Callable#CONTENT_URI},
157 * {@link CommonDataKinds.Email#CONTENT_URI},
158 * {@link CommonDataKinds.Contactables#CONTENT_URI},
209 * A boolean parameter for {@link CommonDataKinds.Phone#CONTENT_URI Phone.CONTENT_URI},
210 * {@link CommonDataKinds.Email#CONTENT_URI Emai
412 public static final Uri CONTENT_URI = field in class:ContactsContract.Directory
703 public static final Uri CONTENT_URI = field in class:ContactsContract.SyncState
757 public static final Uri CONTENT_URI = field in class:ContactsContract.ProfileSyncState
1519 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "contacts"); field in class:ContactsContract.Contacts
2247 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "profile"); field in class:ContactsContract.Profile
2325 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, field in class:ContactsContract.DeletedContacts
2811 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "raw_contacts"); field in class:ContactsContract.RawContacts
3437 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "stream_items"); field in class:ContactsContract.StreamItems
4801 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "data"); field in class:ContactsContract.Data
5003 public static final Uri CONTENT_URI = field in class:ContactsContract.RawContactsEntity
5498 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "status_updates"); field in class:ContactsContract.StatusUpdates
6004 public static final Uri CONTENT_URI = Uri.withAppendedPath(Data.CONTENT_URI, field in class:ContactsContract.CommonDataKinds.Phone
6218 public static final Uri CONTENT_URI = Uri.withAppendedPath(Data.CONTENT_URI, field in class:ContactsContract.CommonDataKinds.Email
6472 public static final Uri CONTENT_URI = Uri.withAppendedPath(Data.CONTENT_URI, field in class:ContactsContract.CommonDataKinds.StructuredPostal
7523 public static final Uri CONTENT_URI = Uri.withAppendedPath(Data.CONTENT_URI, field in class:ContactsContract.CommonDataKinds.Callable
7556 public static final Uri CONTENT_URI = Uri.withAppendedPath(Data.CONTENT_URI, field in class:ContactsContract.CommonDataKinds.Contactables
7845 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "groups"); field in class:ContactsContract.Groups
7947 public static final Uri CONTENT_URI = field in class:ContactsContract.AggregationExceptions
8140 public static final Uri CONTENT_URI = field in class:ContactsContract.Settings
8170 public static final Uri CONTENT_URI = field in class:ContactsContract.ProviderStatus
8721 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "display_photo"); field in class:ContactsContract.DisplayPhoto
9480 public static final Uri CONTENT_URI = Uri.withAppendedPath(METADATA_AUTHORITY_URI, field in class:ContactsContract.MetadataSync
9543 public static final Uri CONTENT_URI = field in class:ContactsContract.MetadataSyncState
[all...]
H A DContacts.java61 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY); field in class:Contacts
154 public static final Uri CONTENT_URI = field in class:Contacts.Settings
207 Cursor cursor = cr.query(Settings.CONTENT_URI, new String[]{VALUE},
232 cr.update(Settings.CONTENT_URI, values, null, null);
356 public static final Uri CONTENT_URI = field in class:Contacts.People
394 * The MIME type of {@link #CONTENT_URI} providing a directory of
402 * The MIME type of a {@link #CONTENT_URI} subdirectory of a single
456 Cursor groupsCursor = resolver.query(Groups.CONTENT_URI, GROUPS_PROJECTION,
502 Cursor groupsCursor = resolver.query(Groups.CONTENT_URI, GROUPS_PROJECTION,
535 return resolver.insert(GroupMembership.CONTENT_URI, value
798 public static final Uri CONTENT_URI = field in class:Contacts.Groups
988 public static final Uri CONTENT_URI = field in class:Contacts.Phones
1046 public static final Uri CONTENT_URI = field in class:Contacts.GroupMembership
1465 public static final Uri CONTENT_URI = field in class:Contacts.ContactMethods
1616 public static final Uri CONTENT_URI = field in class:Contacts.Presence
1780 public static final Uri CONTENT_URI = field in class:Contacts.Organizations
1872 public static final Uri CONTENT_URI = Uri.parse("content://contacts/photos"); field in class:Contacts.Photos
1927 public static final Uri CONTENT_URI = field in class:Contacts.Extensions
[all...]
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/content/
H A DSharingSupportProvider.java34 public static final Uri CONTENT_URI = field in class:SharingSupportProvider
52 if (uri.equals(Uri.withAppendedPath(CONTENT_URI, "foo.txt")) ||
53 uri.equals(Uri.withAppendedPath(CONTENT_URI, "bar.txt"))) {
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/content/
H A DSharingSupportProvider.java34 public static final Uri CONTENT_URI = field in class:SharingSupportProvider
52 if (uri.equals(Uri.withAppendedPath(CONTENT_URI, "foo.txt")) ||
53 uri.equals(Uri.withAppendedPath(CONTENT_URI, "bar.txt"))) {
/frameworks/base/telephony/java/android/telephony/
H A DTelephony.java305 return cr.query(CONTENT_URI, projection, null, null, DEFAULT_SORT_ORDER);
314 return cr.query(CONTENT_URI, projection, where,
321 public static final Uri CONTENT_URI = Uri.parse("content://sms"); field in class:Telephony.Sms
507 public static final Uri CONTENT_URI = Uri.parse("content://sms/inbox"); field in class:Telephony.Sms.Inbox
530 resolver, CONTENT_URI, address, body, subject, date, read, false);
548 return addMessageToUri(subId, resolver, CONTENT_URI, address, body,
568 public static final Uri CONTENT_URI = Uri.parse("content://sms/sent"); field in class:Telephony.Sms.Sent
589 resolver, CONTENT_URI, address, body, subject, date, true, false);
606 return addMessageToUri(subId, resolver, CONTENT_URI, address, body,
626 public static final Uri CONTENT_URI field in class:Telephony.Sms.Draft
676 public static final Uri CONTENT_URI = Uri.parse("content://sms/outbox"); field in class:Telephony.Sms.Outbox
740 public static final Uri CONTENT_URI = Uri.parse("content://sms/conversations"); field in class:Telephony.Sms.Conversations
1198 public static final Uri CONTENT_URI = Uri.parse("content://carrier_information/carrier"); field in interface:Telephony.CarrierColumns
1871 public static final Uri CONTENT_URI = Uri.withAppendedPath( field in class:Telephony.Threads
1965 public static final Uri CONTENT_URI = Uri.parse("content://mms"); field in class:Telephony.Mms
2078 CONTENT_URI = Uri.parse("content://mms/inbox"); field in class:Telephony.Mms.Inbox
2102 CONTENT_URI = Uri.parse("content://mms/sent"); field in class:Telephony.Mms.Sent
2126 CONTENT_URI = Uri.parse("content://mms/drafts"); field in class:Telephony.Mms.Draft
2150 CONTENT_URI = Uri.parse("content://mms/outbox"); field in class:Telephony.Mms.Outbox
2308 public static final Uri CONTENT_URI = Uri.withAppendedPath( field in class:Telephony.Mms.Rate
2367 public static final Uri CONTENT_URI = Uri.parse("content://mms-sms/"); field in class:Telephony.MmsSms
2452 public static final Uri CONTENT_URI = Uri.withAppendedPath( field in class:Telephony.MmsSms.PendingMessages
2564 public static final Uri CONTENT_URI = Uri.parse("content://telephony/carriers"); field in class:Telephony.Carriers
2848 public static final Uri CONTENT_URI = Uri.parse("content://cellbroadcasts"); field in class:Telephony.CellBroadcasts
3029 public static final Uri CONTENT_URI = Uri.parse("content://service-state/"); field in class:Telephony.ServiceStateTable
[all...]
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DSharingSupport.java80 .setStream(Uri.parse(SharingSupportProvider.CONTENT_URI + "/foo.txt"))
103 .addStream(Uri.parse(SharingSupportProvider.CONTENT_URI + "/foo.txt"))
104 .addStream(Uri.parse(SharingSupportProvider.CONTENT_URI + "/bar.txt"))
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DSharingSupport.java80 .setStream(Uri.parse(SharingSupportProvider.CONTENT_URI + "/foo.txt"))
103 .addStream(Uri.parse(SharingSupportProvider.CONTENT_URI + "/foo.txt"))
104 .addStream(Uri.parse(SharingSupportProvider.CONTENT_URI + "/bar.txt"))
/frameworks/base/core/tests/coretests/src/android/content/
H A DContentResolverTest.java40 mContentResolver.query(ContactsContract.Contacts.CONTENT_URI, null, null, null, null);
/frameworks/base/services/core/java/com/android/server/updates/
H A DApnDbInstallReceiver.java28 private static final Uri UPDATE_APN_DB = Uri.withAppendedPath(Telephony.Carriers.CONTENT_URI,
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DExportTestResolver.java27 addProvider(RawContacts.CONTENT_URI.getAuthority(), mProvider);
H A DImportTestResolver.java37 equalsString(authority, RawContacts.CONTENT_URI.toString());
/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,
/frameworks/base/core/tests/coretests/src/android/provider/
H A DSmsProviderTest.java65 urls[i] = contentResolver.insert(Sms.Inbox.CONTENT_URI, map);
69 Cursor c = contentResolver.query(Sms.Inbox.CONTENT_URI, null, null, null, "date");
/frameworks/opt/chips/src/com/android/ex/chips/
H A DQueries.java42 }, Phone.CONTENT_FILTER_URI, Phone.CONTENT_URI) {
62 }, Email.CONTENT_FILTER_URI, Email.CONTENT_URI) {
/frameworks/base/services/core/java/com/android/server/notification/
H A DCalendarTracker.java100 cursor = mUserContext.getContentResolver().query(Calendars.CONTENT_URI, projection,
115 final Uri.Builder uriBuilder = Instances.CONTENT_URI.buildUpon();
180 final Cursor cursor = mUserContext.getContentResolver().query(Attendees.CONTENT_URI,
222 cr.registerContentObserver(Instances.CONTENT_URI, true, mObserver, userId);
223 cr.registerContentObserver(Events.CONTENT_URI, true, mObserver, userId);
224 cr.registerContentObserver(Calendars.CONTENT_URI, true, mObserver, userId);
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/
H A DShellUiAutomatorBridge.java61 String providerName = Settings.Secure.CONTENT_URI.getAuthority();
70 cursor = provider.query(null, Settings.Secure.CONTENT_URI,

Completed in 758 milliseconds

1234