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

1 2

  /frameworks/base/core/java/android/content/
ContentUris.java 109 public static Uri withAppendedId(Uri contentUri, long id) {
  /packages/apps/Exchange/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/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 58 Uri result = ContentUris.withAppendedId(uri1, CODE1);
61 result = ContentUris.withAppendedId(uri2, CODE2);
98 notes = "Test withAppendedId(Uri contentUri, long id).",
99 method = "withAppendedId",
106 assertNotNull(actually = ContentUris.withAppendedId(uri1, CODE1));
110 assertNotNull(actually = ContentUris.withAppendedId(uri2, CODE2));
116 notes = "Test withAppendedId(Uri contentUri, long id).",
117 method = "withAppendedId",
123 ContentUris.withAppendedId(null, -1);
  /packages/apps/Exchange/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),
159 ContentUris.withAppendedId(Account.CONTENT_URI, account.mId), cv, null, null);
  /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 190 ContentUris.withAppendedId(Downloads.Impl.ALL_DOWNLOADS_CONTENT_URI, item.mId));
219 ContentUris.withAppendedId(Downloads.Impl.ALL_DOWNLOADS_CONTENT_URI, id);
DownloadReceiver.java 205 ContentUris.withAppendedId(Downloads.Impl.CONTENT_URI, downloadId));
  /cts/tests/tests/provider/src/android/provider/cts/
Contacts_PeopleTest.java 186 mRowsAdded.add(ContentUris.withAppendedId(People.CONTENT_URI, personId));
  /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/Calendar/src/com/android/calendar/alerts/
AlertActivity.java 179 intent.setData(ContentUris.withAppendedId(CalendarContract.CONTENT_URI, alarmTime));
  /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);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Policy.java 189 ContentUris.withAppendedId(Account.CONTENT_URI, account.mId))
195 ContentUris.withAppendedId(Account.CONTENT_URI, account.mId))
204 ContentUris.withAppendedId(
251 resolver.update(ContentUris.withAppendedId(Attachment.CONTENT_URI, id),
  /packages/apps/Exchange/src/com/android/exchange/
EasOutboxService.java 411 ContentUris.withAppendedId(Message.CONTENT_URI, msgId), null, null);
  /packages/apps/Exchange/src/com/android/exchange/adapter/
FolderSyncParser.java 168 mContentResolver.update(ContentUris.withAppendedId(Account.CONTENT_URI,
225 ContentUris.withAppendedId(Mailbox.CONTENT_URI,
489 ContentUris.withAppendedId(Mailbox.CONTENT_URI,
601 ContentUris.withAppendedId(Account.CONTENT_URI, mAccount.mId))
662 mContentResolver.delete(ContentUris.withAppendedId(Mailbox.CONTENT_URI, id),
  /packages/apps/DeskClock/src/com/android/deskclock/
Alarms.java 124 Uri uri = ContentUris.withAppendedId(Alarm.Columns.CONTENT_URI, alarmId);
194 ContentUris.withAppendedId(Alarm.Columns.CONTENT_URI, alarmId),
217 ContentUris.withAppendedId(Alarm.Columns.CONTENT_URI, alarm.id),
282 resolver.update(ContentUris.withAppendedId(
  /packages/apps/Email/src/com/android/email/
NotificationController.java 660 mContext, ContentUris.withAppendedId(Mailbox.CONTENT_URI, mMailboxId),
694 mContext, ContentUris.withAppendedId(Mailbox.CONTENT_URI, mMailboxId),
    [all...]

Completed in 1313 milliseconds

1 2