/packages/apps/Exchange/tests/src/com/android/exchange/utility/ |
ExchangeTestCase.java | 46 resolver.delete(ContentUris.withAppendedId(Account.CONTENT_URI, accountId), null,
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/ |
DeletedContactUtil.java | 39 Uri uri = ContentUris.withAppendedId(URI, contactId);
|
/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); 349 Uri uri = ContentUris.withAppendedId(CalendarContract.Events.CONTENT_URI, id); 396 Uri uri = ContentUris.withAppendedId(CalendarContract.Events.CONTENT_URI, id); 405 Uri uri = ContentUris.withAppendedId(CalendarContract.Events.CONTENT_URI, id); 430 Uri uri = ContentUris.withAppendedId(CalendarContract.Events.CONTENT_URI, id);
|
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/ |
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,
|
/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),
|
ContactsContract_StreamItemPhotosTest.java | 54 ContentUris.withAppendedId(StreamItems.CONTENT_URI, mStreamItemId),
|
ContactsContract_StreamItemsTest.java | 63 ContentUris.withAppendedId(RawContacts.CONTENT_URI, rawContactId).buildUpon() 106 ContentUris.withAppendedId(RawContacts.CONTENT_URI, rawContactId), 139 ContentUris.withAppendedId(StreamItems.CONTENT_URI, streamItemId));
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
ContactsActor.java | 394 Uri insertUri = Uri.withAppendedPath(ContentUris.withAppendedId(RawContacts.CONTENT_URI, 410 Uri insertUri = Uri.withAppendedPath(ContentUris.withAppendedId(RawContacts.CONTENT_URI, 425 Uri insertUri = Uri.withAppendedPath(ContentUris.withAppendedId(RawContacts.CONTENT_URI, 446 Uri contactUri = ContentUris.withAppendedId(RawContacts.CONTENT_URI, rawContactId); 460 Uri contactUri = Uri.withAppendedPath(ContentUris.withAppendedId(Contacts.CONTENT_URI, 471 Uri contactUri = Uri.withAppendedPath(ContentUris.withAppendedId(RawContacts.CONTENT_URI, 485 Uri updateUri = ContentUris.withAppendedId(Data.CONTENT_URI, dataId); 504 Uri insertUri = Uri.withAppendedPath(ContentUris.withAppendedId(RawContacts.CONTENT_URI,
|
DirectoryTest.java | 49 ContentUris.withAppendedId(Directory.CONTENT_URI, Directory.DEFAULT); 65 ContentUris.withAppendedId(Directory.CONTENT_URI, Directory.LOCAL_INVISIBLE);
|
ContactsProvider2Test.java | 491 Uri.withAppendedPath(ContentUris.withAppendedId(Contacts.CONTENT_URI, 0), [all...] |
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
ContactPhotoBinder.java | 72 Uri uri = ContentUris.withAppendedId(ContactsContract.Contacts.CONTENT_URI, id);
|
/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,
|
/packages/apps/Email/src/com/android/email/activity/ |
EventViewer.java | 63 uri = ContentUris.withAppendedId(CalendarContract.Events.CONTENT_URI, eventId);
|
/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);
|
/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), 656 Uri uri = ContentUris.withAppendedId(Account.CONTENT_URI, account1Id); 664 uri = ContentUris.withAppendedId(Account.CONTENT_URI, account2Id); [all...] |
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
FolderSyncParser.java | 219 ContentUris.withAppendedId(EmailContent.ACCOUNT_CHECK_URI, mAccountId), 296 ContentUris.withAppendedId(Mailbox.CONTENT_URI, 537 ContentUris.withAppendedId(Mailbox.CONTENT_URI, 668 ContentUris.withAppendedId(Mailbox.CONTENT_URI, childId)). 688 mOperations.add(ContentProviderOperation.newUpdate(ContentUris.withAppendedId( 743 mContentResolver.delete(ContentUris.withAppendedId(Mailbox.CONTENT_URI, id) [all...] |
/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/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/src/com/android/email/activity/setup/ |
MailboxSettings.java | 174 final Long policyKey = Utility.getFirstRowLong(c, ContentUris.withAppendedId( 178 mMaxLookback = Utility.getFirstRowInt(c, ContentUris.withAppendedId( 301 uri = 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/Contacts/src/com/android/contacts/list/ |
LegacyContactListAdapter.java | 72 return ContentUris.withAppendedId(People.CONTENT_URI, personId);
|
LegacyPhoneNumberListAdapter.java | 76 return ContentUris.withAppendedId(Phones.CONTENT_URI, id);
|
LegacyPostalAddressListAdapter.java | 77 return ContentUris.withAppendedId(ContactMethods.CONTENT_URI, id);
|
/packages/apps/Dialer/src/com/android/dialer/list/ |
SmartDialNumberListAdapter.java | 108 return ContentUris.withAppendedId(ContactsContract.Data.CONTENT_URI, id);
|