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

1 2 3 4 5 6 7 8 9

  /frameworks/base/core/java/android/content/
ContentUris.java 109 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),
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...]
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 349 Uri.withAppendedPath(ContentUris.withAppendedId(Contacts.CONTENT_URI, 0),
705 Uri contactUri = ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId);
    [all...]
ContactsActor.java 375 Uri insertUri = Uri.withAppendedPath(ContentUris.withAppendedId(RawContacts.CONTENT_URI,
391 Uri insertUri = Uri.withAppendedPath(ContentUris.withAppendedId(RawContacts.CONTENT_URI,
406 Uri insertUri = Uri.withAppendedPath(ContentUris.withAppendedId(RawContacts.CONTENT_URI,
427 Uri contactUri = ContentUris.withAppendedId(RawContacts.CONTENT_URI, rawContactId);
441 Uri contactUri = Uri.withAppendedPath(ContentUris.withAppendedId(Contacts.CONTENT_URI,
452 Uri contactUri = Uri.withAppendedPath(ContentUris.withAppendedId(RawContacts.CONTENT_URI,
466 Uri updateUri = ContentUris.withAppendedId(Data.CONTENT_URI, dataId);
485 Uri insertUri = Uri.withAppendedPath(ContentUris.withAppendedId(RawContacts.CONTENT_URI,
DirectoryTest.java 47 ContentUris.withAppendedId(Directory.CONTENT_URI, Directory.DEFAULT);
63 ContentUris.withAppendedId(Directory.CONTENT_URI, Directory.LOCAL_INVISIBLE);
  /packages/apps/Contacts/src/com/android/contacts/util/
ContactLoaderUtils.java 60 ContentUris.withAppendedId(RawContacts.CONTENT_URI, rawContactId));
73 ContentUris.withAppendedId(RawContacts.CONTENT_URI, rawContactId));
  /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/Contacts/tests/src/com/android/contacts/
ContactLoaderTest.java 104 final Uri baseUri = ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId);
106 final Uri lookupUri = ContentUris.withAppendedId(
133 final Uri legacyUri = ContentUris.withAppendedId(
135 final Uri rawContactUri = ContentUris.withAppendedId(RawContacts.CONTENT_URI, rawContactId);
136 final Uri baseUri = ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId);
137 final Uri lookupUri = ContentUris.withAppendedId(
165 final Uri rawContactUri = ContentUris.withAppendedId(RawContacts.CONTENT_URI, rawContactId);
166 final Uri baseUri = ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId);
167 final Uri lookupUri = ContentUris.withAppendedId(
197 final Uri baseUri = ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId)
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
AllIntentsActivity.java 303 Uri contactUri = ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId);
314 Uri contactUri = ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId);
339 final Uri uri = ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId);
346 final Uri uri = ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId);
357 final Uri uri = ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId);
366 final Uri uri = ContentUris.withAppendedId(RawContacts.CONTENT_URI, rawContactId);
375 final Uri uri = ContentUris.withAppendedId(legacyContentUri, rawContactId);
410 final Uri uri = ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId);
421 final Uri uri = ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId);
432 final Uri uri = ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId)
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/interactions/
PhoneNumberInteractionTest.java 90 Uri contactUri = ContentUris.withAppendedId(Contacts.CONTENT_URI, 13);
108 Uri dataUri = ContentUris.withAppendedId(Data.CONTENT_URI, 1);
126 Uri contactUri = ContentUris.withAppendedId(Contacts.CONTENT_URI, 13);
165 Uri contactUri = ContentUris.withAppendedId(Contacts.CONTENT_URI, 13);
184 Uri contactUri = ContentUris.withAppendedId(Contacts.CONTENT_URI, 13);
  /packages/apps/Contacts/src/com/android/contacts/calllog/
IntentProvider.java 61 intent.setData(ContentUris.withAppendedId(
104 intent.setData(ContentUris.withAppendedId(
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmDatabaseHelper.java 80 return ContentUris.withAppendedId(Alarm.Columns.CONTENT_URI, rowId);
  /packages/apps/Email/tests/src/com/android/email/
MessagingControllerUnitTests.java 46 Uri uri = ContentUris.withAppendedId(
  /packages/apps/Exchange/tests/src/com/android/exchange/utility/
ExchangeTestCase.java 46 resolver.delete(ContentUris.withAppendedId(Account.CONTENT_URI, accountId), null,
  /packages/apps/Calendar/src/com/android/calendar/
DeleteEventHelper.java 138 Uri uri = ContentUris.withAppendedId(CalendarContract.Events.CONTENT_URI, id);
210 Uri uri = ContentUris.withAppendedId(CalendarContract.Events.CONTENT_URI, eventId);
347 Uri uri = ContentUris.withAppendedId(CalendarContract.Events.CONTENT_URI, id);
394 Uri uri = ContentUris.withAppendedId(CalendarContract.Events.CONTENT_URI, id);
403 Uri uri = ContentUris.withAppendedId(CalendarContract.Events.CONTENT_URI, id);
428 Uri uri = ContentUris.withAppendedId(CalendarContract.Events.CONTENT_URI, id);
  /packages/apps/Exchange/tests/src/com/android/exchange/adapter/
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,
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
ContactPhotoBinder.java 72 Uri uri = ContentUris.withAppendedId(ContactsContract.Contacts.CONTENT_URI, id);
  /packages/apps/Contacts/src/com/android/contacts/list/
LegacyContactListAdapter.java 69 return ContentUris.withAppendedId(People.CONTENT_URI, personId);
  /packages/apps/Email/tests/src/com/android/email/activity/setup/
AccountSetupAccountTypeTests.java 62 Uri uri = ContentUris.withAppendedId(Account.CONTENT_URI, account.mId);
  /development/samples/NotePad/src/com/example/android/notepad/
NotesList.java 201 Uri uri = ContentUris.withAppendedId(getIntent().getData(), getSelectedItemId());
389 Uri noteUri = ContentUris.withAppendedId(getIntent().getData(), info.id);
449 Uri uri = ContentUris.withAppendedId(getIntent().getData(), id);
  /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);
  /development/samples/NotePad/tests/src/com/example/android/notepad/
NotePadProviderTest.java 173 Uri noteIdUri = ContentUris.withAppendedId(NotePad.Notes.CONTENT_ID_URI_BASE, 1);
249 testNoteIdUri = ContentUris.withAppendedId(NotePad.Notes.CONTENT_ID_URI_BASE, 1);
353 noteIdUri = ContentUris.withAppendedId(
554 Uri noteIdUri = ContentUris.withAppendedId(NotePad.Notes.CONTENT_ID_URI_BASE, 1);
594 noteIdUri = ContentUris.withAppendedId(NotePad.Notes.CONTENT_ID_URI_BASE, inputNoteId);
    [all...]
  /packages/apps/Email/tests/src/com/android/email/provider/
ProviderTests.java 158 ContentUris.withAppendedId(Mailbox.CONTENT_URI, mailboxId),
639 Uri uri = ContentUris.withAppendedId(Account.CONTENT_URI, account1Id);
647 uri = ContentUris.withAppendedId(Account.CONTENT_URI, account2Id);
    [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)),

Completed in 814 milliseconds

1 2 3 4 5 6 7 8 9