HomeSort by relevance Sort by last modified time
    Searched defs:withAppendedId (Results 1 - 25 of 54) sorted by null

1 2 3

  /frameworks/base/core/java/android/content/
ContentUris.java 109 public static Uri withAppendedId(Uri contentUri, long id) {
  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/utility/
ExchangeTestCase.java 46 resolver.delete(ContentUris.withAppendedId(Account.CONTENT_URI, accountId), null,
  /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/exchange2/tests/src/com/android/exchange/adapter/
SyncAdapterTestCase.java 62 mResolver.delete(ContentUris.withAppendedId(Account.CONTENT_URI, mAccount.mId), null,
EmailSyncAdapterTests.java 126 mResolver.delete(ContentUris.withAppendedId(Message.SYNCED_CONTENT_URI, id),
199 mResolver.update(ContentUris.withAppendedId(Message.CONTENT_URI, deleteMessageId), cv,
230 mResolver.update(ContentUris.withAppendedId(Message.CONTENT_URI, changeMessageId), cv,
271 mResolver.delete(ContentUris.withAppendedId(Message.SYNCED_CONTENT_URI, id),
275 mResolver.delete(ContentUris.withAppendedId(Message.SYNCED_CONTENT_URI,
281 mResolver.update(ContentUris.withAppendedId(Message.SYNCED_CONTENT_URI,
  /packages/apps/Exchange/tests/src/com/android/exchange/adapter/
SyncAdapterTestCase.java 62 mResolver.delete(ContentUris.withAppendedId(Account.CONTENT_URI, mAccount.mId), null,
EmailSyncAdapterTests.java 126 mResolver.delete(ContentUris.withAppendedId(Message.SYNCED_CONTENT_URI, id),
199 mResolver.update(ContentUris.withAppendedId(Message.CONTENT_URI, deleteMessageId), cv,
230 mResolver.update(ContentUris.withAppendedId(Message.CONTENT_URI, changeMessageId), cv,
271 mResolver.delete(ContentUris.withAppendedId(Message.SYNCED_CONTENT_URI, id),
275 mResolver.delete(ContentUris.withAppendedId(Message.SYNCED_CONTENT_URI,
281 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 185 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);
  /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/exchange2/src/com/android/exchange/provider/
MailboxUtilities.java 78 resolver.update(ContentUris.withAppendedId(Mailbox.CONTENT_URI, childId),
93 resolver.update(ContentUris.withAppendedId(Mailbox.CONTENT_URI, parentId),
166 ContentUris.withAppendedId(Account.CONTENT_URI, account.mId), cv, null, null);
  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/provider/
MailboxUtilitiesTests.java 65 ContentUris.withAppendedId(Account.CONTENT_URI, mAccount.mId), null, null);
301 mResolver.delete(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box3.mId), null, null);
354 mResolver.delete(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box3.mId), null, null);
407 mResolver.delete(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box3.mId), null, null);
462 mResolver.update(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box3.mId), values,
513 mResolver.update(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box2.mId), values,
517 mResolver.update(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box2.mId), mNullParentKey,
605 mResolver.update(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box3.mId), values,
    [all...]
  /packages/apps/Exchange/tests/src/com/android/exchange/provider/
MailboxUtilitiesTests.java 65 ContentUris.withAppendedId(Account.CONTENT_URI, mAccount.mId), null, null);
301 mResolver.delete(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box3.mId), null, null);
354 mResolver.delete(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box3.mId), null, null);
407 mResolver.delete(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box3.mId), null, null);
462 mResolver.update(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box3.mId), values,
513 mResolver.update(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box2.mId), values,
517 mResolver.update(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box2.mId), mNullParentKey,
605 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 54 assertStoredValue(ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId),
62 assertStoredValue(ContentUris.withAppendedId(lookupUri, contactId),
66 assertStoredValue(ContentUris.withAppendedId(lookupUri, contactId + 1),
89 assertStoredValue(ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId),
113 assertStoredValue(ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId1),
117 assertStoredValue(ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId2),
144 assertStoredValue(ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId),
157 ContentUris.withAppendedId(Contacts.CONTENT_URI, largerContactId),
160 ContentUris.withAppendedId(Contacts.CONTENT_URI, queryContactId(rawContactId3)),
174 Uri contentUri = ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId)
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotification.java 205 ContentUris.withAppendedId(Downloads.Impl.ALL_DOWNLOADS_CONTENT_URI, item.mId));
234 ContentUris.withAppendedId(Downloads.Impl.ALL_DOWNLOADS_CONTENT_URI, id);
DownloadReceiver.java 206 ContentUris.withAppendedId(Downloads.Impl.CONTENT_URI, downloadId));
  /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/Email/tests/src/com/android/email/service/
MailServiceTests.java 154 resolver.delete(ContentUris.withAppendedId(Account.CONTENT_URI, firstAccount.mId),
  /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/Contacts/tests/src/com/android/contacts/calllog/
CallLogFragmentTest.java 337 assertEquals(ContentUris.withAppendedId(Calls.CONTENT_URI_WITH_VOICEMAIL, 1),
341 ContentUris.withAppendedId(VoicemailContract.Voicemails.CONTENT_URI, 1),
541 ContentUris.withAppendedId(VoicemailContract.Voicemails.CONTENT_URI, mIndex);

Completed in 284 milliseconds

1 2 3