/frameworks/base/core/java/android/content/ |
ContentUris.java | 109 public static Uri withAppendedId(Uri contentUri, long id) {
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowContentUris.java | 13 public static Uri withAppendedId(Uri contentUri, long id) {
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
ContentUrisTest.java | 23 assertThat(ContentUris.withAppendedId(URI, 1), 29 ContentUris.withAppendedId(null, 1);
|
/packages/apps/Exchange/tests/src/com/android/exchange/utility/ |
ExchangeTestCase.java | 46 resolver.delete(ContentUris.withAppendedId(Account.CONTENT_URI, accountId), null,
|
/cts/tests/tests/permission2/src/android/permission2/cts/ |
ReadSocialStreamPermissionTest.java | 40 ContentUris.withAppendedId(RawContacts.CONTENT_URI, 1337), 51 ContentUris.withAppendedId(Contacts.CONTENT_URI, 1337), 73 mResolver.query(ContentUris.withAppendedId(StreamItems.CONTENT_URI, 1337),
|
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/ |
SyncAdapterTestCase.java | 62 mResolver.delete(ContentUris.withAppendedId(Account.CONTENT_URI, mAccount.mId), null,
|
EmailSyncAdapterTests.java | 127 mResolver.delete(ContentUris.withAppendedId(Message.SYNCED_CONTENT_URI, id), 200 mResolver.update(ContentUris.withAppendedId(Message.CONTENT_URI, deleteMessageId), cv, 231 mResolver.update(ContentUris.withAppendedId(Message.CONTENT_URI, changeMessageId), cv, 272 mResolver.delete(ContentUris.withAppendedId(Message.SYNCED_CONTENT_URI, id), 276 mResolver.delete(ContentUris.withAppendedId(Message.SYNCED_CONTENT_URI, 282 mResolver.update(ContentUris.withAppendedId(Message.SYNCED_CONTENT_URI,
|
/packages/apps/Music/src/com/android/music/ |
VideoBrowserActivity.java | 84 intent.setDataAndType(ContentUris.withAppendedId(MediaStore.Video.Media.EXTERNAL_CONTENT_URI, id), type);
|
MediaPickerActivity.java | 117 setResult(RESULT_OK, new Intent().setData(ContentUris.withAppendedId(uri, mediaId))); 131 intent.setDataAndType(ContentUris.withAppendedId(MediaStore.Audio.Media.EXTERNAL_CONTENT_URI, id), type);
|
/cts/tests/tests/content/src/android/content/cts/ |
AvailableIntentsTest.java | 190 intent.setDataAndType(ContentUris.withAppendedId(
|
ContentUrisTest.java | 40 Uri result = ContentUris.withAppendedId(uri1, CODE1); 43 result = ContentUris.withAppendedId(uri2, CODE2); 73 assertNotNull(actually = ContentUris.withAppendedId(uri1, CODE1)); 77 assertNotNull(actually = ContentUris.withAppendedId(uri2, CODE2)); 83 ContentUris.withAppendedId(null, -1);
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
OpenHelper.java | 95 ContentUris.withAppendedId(ALL_DOWNLOADS_CONTENT_URI, id), mimeType); 109 ContentUris.withAppendedId(ALL_DOWNLOADS_CONTENT_URI, id), 127 final Uri uri = ContentUris.withAppendedId(ALL_DOWNLOADS_CONTENT_URI, id);
|
/cts/tests/tests/provider/src/android/provider/cts/ |
MediaStore_Video_ThumbnailsTest.java | 66 assertEquals(ContentUris.withAppendedId(Media.EXTERNAL_CONTENT_URI, videoId), 97 mResolver.delete(ContentUris.withAppendedId(Thumbnails.EXTERNAL_CONTENT_URI, id),
|
Contacts_PeopleTest.java | 150 mRowsAdded.add(ContentUris.withAppendedId(People.CONTENT_URI, personId));
|
/packages/apps/Exchange/tests/src/com/android/exchange/provider/ |
MailboxUtilitiesTests.java | 68 ContentUris.withAppendedId(Account.CONTENT_URI, mAccount.mId), null, null); 305 mResolver.delete(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box3.mId), null, null); 358 mResolver.delete(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box3.mId), null, null); 411 mResolver.delete(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box3.mId), null, null); 466 mResolver.update(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box3.mId), values, 517 mResolver.update(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box2.mId), values, 521 mResolver.update(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box2.mId), mNullParentKey, 609 mResolver.update(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box3.mId), values, [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
DbModifierWithNotification.java | 102 notifyVoicemailChangeOnInsert(ContentUris.withAppendedId(mBaseUri, rowId), 117 ContentUris.withAppendedId(mBaseUri, rowId), packagesModified);
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
ContactLookupKeyTest.java | 55 assertStoredValue(ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId), 63 assertStoredValue(ContentUris.withAppendedId(lookupUri, contactId), 67 assertStoredValue(ContentUris.withAppendedId(lookupUri, contactId + 1), 90 assertStoredValue(ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId), 114 assertStoredValue(ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId1), 118 assertStoredValue(ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId2), 145 assertStoredValue(ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId), 158 ContentUris.withAppendedId(Contacts.CONTENT_URI, largerContactId), 161 ContentUris.withAppendedId(Contacts.CONTENT_URI, queryContactId(rawContactId3)), 175 Uri contentUri = ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId) [all...] |
/packages/apps/Browser/src/com/android/browser/ |
DataController.java | 185 cr.delete(ContentUris.withAppendedId( 227 Uri uri = ContentUris.withAppendedId(Thumbnails.CONTENT_URI, tab.getId()); 253 cr.update(ContentUris.withAppendedId(History.CONTENT_URI, c.getLong(0)),
|
/packages/apps/Calendar/src/com/android/calendar/ |
CalendarColorPickerDialog.java | 151 mService.startUpdate(mService.getNextToken(), null, ContentUris.withAppendedId( 237 ContentUris.withAppendedId(Calendars.CONTENT_URI, mCalendarId),
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
MailboxUtilities.java | 83 resolver.update(ContentUris.withAppendedId(Mailbox.CONTENT_URI, childId), 98 resolver.update(ContentUris.withAppendedId(Mailbox.CONTENT_URI, parentId), 172 ContentUris.withAppendedId(Account.CONTENT_URI, account.mId), cv, null, null); 271 resolver.update(ContentUris.withAppendedId(Mailbox.CONTENT_URI, id), values, null,
|
Policy.java | 205 resolver.update(ContentUris.withAppendedId(Attachment.CONTENT_URI, id),
|
/frameworks/base/core/java/android/provider/ |
Browser.java | 326 cr.update(ContentUris.withAppendedId(History.CONTENT_URI, c.getLong(0)), 410 cr.delete(ContentUris.withAppendedId(History.CONTENT_URI, cursor.getLong(0)),
|
/packages/apps/Email/src/com/android/email/service/ |
Pop3Service.java | 294 Uri uri = ContentUris.withAppendedId(EmailContent.Message.UPDATED_CONTENT_URI, id); 402 resolver.update(ContentUris.withAppendedId(Attachment.CONTENT_URI, att.mId), 409 Uri attUri = ContentUris.withAppendedId(Attachment.CONTENT_URI, att.mId); 455 Uri uriToDelete = ContentUris.withAppendedId( 460 Uri updateRowToDelete = ContentUris.withAppendedId( 463 Uri deleteRowToDelete = ContentUris.withAppendedId(
|
/packages/apps/Exchange/src/com/android/exchange/ |
EasOutboxService.java | 476 ContentUris.withAppendedId(Message.CONTENT_URI, msgId), null, null);
|
ExchangeService.java | 226 ContentUris.withAppendedId(Mailbox.CONTENT_URI, inbox.mId), cv, 340 mResolver.update(ContentUris.withAppendedId( 355 mResolver.update(ContentUris.withAppendedId(
|