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

1 2 3 4 5 6

  /frameworks/base/core/java/android/content/
ContentUris.java 64 public static Uri withAppendedId(Uri contentUri, long id) {
  /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),
84 assertStoredValue(ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId),
108 assertStoredValue(ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId1),
112 assertStoredValue(ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId2),
139 assertStoredValue(ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId),
152 ContentUris.withAppendedId(Contacts.CONTENT_URI, largerContactId),
155 ContentUris.withAppendedId(Contacts.CONTENT_URI, queryContactId(rawContactId3)),
169 Uri contentUri = ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId)
    [all...]
GroupsTest.java 149 Uri uri = ContentUris.withAppendedId(Groups.CONTENT_URI,
158 Uri uri = ContentUris.withAppendedId(Groups.CONTENT_URI,
171 Uri uri = ContentUris.withAppendedId(Groups.CONTENT_URI,
186 Uri uri = ContentUris.withAppendedId(Groups.CONTENT_URI, groupId);
201 Uri uri = ContentUris.withAppendedId(Groups.CONTENT_URI, groupId);
211 Uri uri = ContentUris.withAppendedId(Groups.CONTENT_URI,
262 final Uri groupUri = ContentUris.withAppendedId(Groups.CONTENT_URI, groupId);
267 final Uri contactUri = ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId);
ContactsProvider2Test.java 127 Uri rawContactUri = ContentUris.withAppendedId(RawContacts.CONTENT_URI, rawContactId);
133 Uri contactUri = ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId);
186 assertStoredValues(ContentUris.withAppendedId(Phone.CONTENT_URI, phoneId), values);
319 assertStoredValues(ContentUris.withAppendedId(Email.CONTENT_URI, emailId), values);
387 assertStoredValues(ContentUris.withAppendedId(StructuredPostal.CONTENT_URI, dataId),
397 Uri contactUri = ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId);
410 Uri contactUri = ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId);
681 Uri rawContactUri = ContentUris.withAppendedId(RawContacts.CONTENT_URI, rawContactId);
693 Uri contactUri = ContentUris.withAppendedId(Contacts.CONTENT_URI,
    [all...]
ContactsActor.java 297 Uri insertUri = Uri.withAppendedPath(ContentUris.withAppendedId(RawContacts.CONTENT_URI,
313 Uri insertUri = Uri.withAppendedPath(ContentUris.withAppendedId(RawContacts.CONTENT_URI,
328 Uri insertUri = Uri.withAppendedPath(ContentUris.withAppendedId(RawContacts.CONTENT_URI,
349 Uri contactUri = ContentUris.withAppendedId(RawContacts.CONTENT_URI, rawContactId);
363 Uri contactUri = Uri.withAppendedPath(ContentUris.withAppendedId(Contacts.CONTENT_URI,
374 Uri contactUri = Uri.withAppendedPath(ContentUris.withAppendedId(RawContacts.CONTENT_URI,
388 Uri updateUri = ContentUris.withAppendedId(Data.CONTENT_URI, dataId);
407 Uri insertUri = Uri.withAppendedPath(ContentUris.withAppendedId(RawContacts.CONTENT_URI,
RestrictionExceptionsTest.java 82 final Uri aggUri = ContentUris.withAppendedId(Contacts.CONTENT_URI, aggId);
161 final Uri greyUri = ContentUris.withAppendedId(RawContacts.CONTENT_URI, greyContact);
187 final Uri aggUri = ContentUris.withAppendedId(Contacts.CONTENT_URI, greyAgg);
233 Uri greyUri = ContentUris.withAppendedId(RawContacts.CONTENT_URI, greyContact);
  /cts/tests/tests/content/src/android/content/cts/
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/Email/tests/src/com/android/email/provider/
ProviderTests.java 525 Uri uri = ContentUris.withAppendedId(Account.CONTENT_URI, account1Id);
533 uri = ContentUris.withAppendedId(Account.CONTENT_URI, account2Id);
689 resolver.delete(ContentUris.withAppendedId(Message.CONTENT_URI, message1Id), null, null);
695 resolver.delete(ContentUris.withAppendedId(Message.CONTENT_URI, message2Id), null, null);
731 resolver.delete(ContentUris.withAppendedId(Message.CONTENT_URI, message1Id), null, null);
734 resolver.delete(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box2Id), null, null);
    [all...]
  /packages/apps/Email/tests/src/com/android/email/
MessagingControllerUnitTests.java 46 Uri uri = ContentUris.withAppendedId(
  /packages/apps/Calendar/src/com/android/calendar/
DeleteEventHelper.java 110 Uri uri = ContentUris.withAppendedId(Calendar.Events.CONTENT_URI, id);
160 Uri uri = ContentUris.withAppendedId(Calendar.Events.CONTENT_URI, eventId);
303 Uri uri = ContentUris.withAppendedId(Calendar.Events.CONTENT_URI, id);
311 Uri uri = ContentUris.withAppendedId(Calendar.Events.CONTENT_URI, id);
335 Uri uri = ContentUris.withAppendedId(Calendar.Events.CONTENT_URI, id);
GoogleCalendarUriIntentFilter.java 93 Uri calendarUri = ContentUris.withAppendedId(Events.CONTENT_URI, eventId);
  /packages/apps/Email/tests/src/com/android/exchange/adapter/
EmailSyncAdapterTests.java 117 mMockResolver.delete(ContentUris.withAppendedId(Message.SYNCED_CONTENT_URI, id),
181 mMockResolver.update(ContentUris.withAppendedId(Message.CONTENT_URI, deleteMessageId), cv,
210 mMockResolver.update(ContentUris.withAppendedId(Message.CONTENT_URI, changeMessageId), cv,
246 mMockResolver.delete(ContentUris.withAppendedId(Message.SYNCED_CONTENT_URI, id),
250 mMockResolver.delete(ContentUris.withAppendedId(Message.SYNCED_CONTENT_URI,
256 mMockResolver.update(ContentUris.withAppendedId(Message.SYNCED_CONTENT_URI,
  /development/samples/NotePad/src/com/example/android/notepad/
NotesList.java 160 Uri noteUri = ContentUris.withAppendedId(getIntent().getData(), info.id);
178 Uri noteUri = ContentUris.withAppendedId(getIntent().getData(), id);
  /packages/apps/Email/tests/src/com/android/email/activity/setup/
AccountSetupNamesTests.java 67 Uri uri = ContentUris.withAppendedId(
AccountSettingsTests.java 69 Uri uri = ContentUris.withAppendedId(Account.CONTENT_URI, mAccountId);
AccountSetupAccountTypeUnitTests.java 65 Uri uri = ContentUris.withAppendedId(Account.CONTENT_URI, account.mId);
  /packages/apps/Email/src/com/android/exchange/adapter/
FolderSyncParser.java 164 ContentUris.withAppendedId(Mailbox.CONTENT_URI,
296 ContentUris.withAppendedId(Mailbox.CONTENT_URI,
364 mContentResolver.delete(ContentUris.withAppendedId(Mailbox.CONTENT_URI, id),
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerProvider.java 103 Uri addedUri = ContentUris.withAppendedId(CONTENT_URI, rowId);
  /packages/apps/Camera/src/com/android/camera/gallery/
BaseImageList.java 87 return ContentUris.withAppendedId(mBaseUri, id);
  /packages/apps/Contacts/src/com/android/contacts/ui/
QuickContactActivity.java 74 ContentUris.withAppendedId(RawContacts.CONTENT_URI, rawContactId));
  /packages/apps/Mms/src/com/android/mms/transaction/
MessageStatusReceiver.java 69 Uri updateUri = ContentUris.withAppendedId(STATUS_URI, messageId);
  /packages/apps/Music/src/com/android/music/
VideoBrowserActivity.java 84 intent.setDataAndType(ContentUris.withAppendedId(MediaStore.Video.Media.EXTERNAL_CONTENT_URI, id), type);
  /packages/apps/Settings/src/com/android/settings/
ApnPreference.java 138 Uri url = ContentUris.withAppendedId(Telephony.Carriers.CONTENT_URI, pos);
  /packages/apps/Email/src/com/android/email/
MessagingController.java 307 Uri uri = ContentUris.withAppendedId(
677 Uri uri = ContentUris.withAppendedId(
714 // Uri uri = ContentUris.withAppendedId(EmailContent.Mailbox.CONTENT_URI, folder.mId);
    [all...]
Controller.java 262 Uri uri = ContentUris.withAppendedId(Message.CONTENT_URI, messageId);
391 Uri uri = ContentUris.withAppendedId(EmailContent.Message.CONTENT_URI, messageId);
532 Uri uri = ContentUris.withAppendedId(Mailbox.ADD_TO_FIELD_URI, mailboxId);
566 Uri uri = ContentUris.withAppendedId(Attachment.CONTENT_URI, attachmentId);
613 Uri uri = ContentUris.withAppendedId(EmailContent.Message.SYNCED_CONTENT_URI, messageId);
653 Uri uri = ContentUris.withAppendedId(
687 Uri uri = ContentUris.withAppendedId(
    [all...]

Completed in 695 milliseconds

1 2 3 4 5 6