Searched refs:withAppendedId (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/core/java/android/content/
H A DContentUris.java109 public static Uri withAppendedId(Uri contentUri, long id) { method in class:ContentUris
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerProvider.java103 Uri addedUri = ContentUris.withAppendedId(CONTENT_URI, rowId);
/frameworks/base/core/java/android/provider/
H A DSyncStateContract.java141 return Pair.create(ContentUris.withAppendedId(uri, rowId), blob);
H A DBrowser.java326 cr.update(ContentUris.withAppendedId(History.CONTENT_URI, c.getLong(0)),
410 cr.delete(ContentUris.withAppendedId(History.CONTENT_URI, cursor.getLong(0)),
H A DBrowserContract.java324 return ContentUris.withAppendedId(CONTENT_URI_DEFAULT_FOLDER, folderId);
H A DContacts.java449 Uri uri = ContentUris.withAppendedId(CONTENT_URI, personId);
1464 resolver.update(ContentUris.withAppendedId(CONTENT_URI, postalId), values, null, null);
H A DContactsContract.java1502 return ContentUris.withAppendedId(Uri.withAppendedPath(Contacts.CONTENT_LOOKUP_URI,
1524 return ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId);
1546 Uri uri = ContentUris.withAppendedId(CONTENT_URI, contactId);
1863 * Uri contactUri = ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId);
1888 * Uri contactUri = ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId);
2344 * Uri rawContactUri = ContentUris.withAppendedId(RawContacts.CONTENT_URI, rawContactId);
2788 * ContentUris.withAppendedId(RawContacts.CONTENT_URI, rawContactId),
3113 * ContentUris.withAppendedId(StreamItems.CONTENT_URI, streamItemId),
3147 * ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId),
3164 * ContentUris.withAppendedId(RawContact
[all...]
H A DCalendarContract.java611 * {@link ContentUris#withAppendedId}) or as the first selection item--the
1512 * {@link ContentUris#withAppendedId}) or as the first selection item--the
1598 * event id using {@link ContentUris#withAppendedId(Uri, long)} will
2355 intent.setData(ContentUris.withAppendedId(CalendarContract.CONTENT_URI, alarmTime));
H A DMediaStore.java472 thumbUri = ContentUris.withAppendedId(baseUri, thumbId);
/frameworks/base/media/java/android/media/
H A DRingtoneManager.java406 return ContentUris.withAppendedId(Uri.parse(cursor.getString(URI_COLUMN_INDEX)), cursor
436 if (ringtoneUri.equals(ContentUris.withAppendedId(currentUri, cursor
H A DMediaScanner.java956 result = ContentUris.withAppendedId(tableUri, rowId);
1010 ContentUris.withAppendedId(uri, rowId).toString());
1746 uri = ContentUris.withAppendedId(mPlaylistsUri, rowId);
/frameworks/base/core/java/android/app/
H A DDownloadManager.java928 return mResolver.update(ContentUris.withAppendedId(mBaseUri, ids[0]), values,
1006 return ContentUris.withAppendedId(Downloads.Impl.CONTENT_URI, id);
1200 return ContentUris.withAppendedId(mBaseUri, id);
1281 return ContentUris.withAppendedId(mBaseUri, downloadId).toString();
/frameworks/base/core/tests/coretests/src/android/net/
H A DUriTest.java322 uri = ContentUris.withAppendedId(uri, 100);
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java151 return ContentUris.withAppendedId(tableUri, rowId);
/frameworks/base/core/java/com/google/android/mms/pdu/
H A DPduPersister.java1421 return ContentUris.withAppendedId(to, msgId);

Completed in 94 milliseconds