HomeSort by relevance Sort by last modified time
    Searched refs:withAppendedId (Results 51 - 75 of 265) sorted by null

1 23 4 5 6 7 8 91011

  /packages/apps/Dialer/src/com/android/dialer/list/
SmartDialNumberListAdapter.java 108 return ContentUris.withAppendedId(ContactsContract.Data.CONTENT_URI, id);
  /packages/apps/Email/tests/src/com/android/email/activity/setup/
AccountSettingsTests.java 73 Uri uri = ContentUris.withAppendedId(Account.CONTENT_URI, mAccountId);
  /packages/apps/Exchange/src/com/android/exchange/service/
EasCalendarSyncHandler.java 161 ContentUris.withAppendedId(
276 ContentUris.withAppendedId(Events.CONTENT_URI, orphan)), null, null);
398 asSyncAdapter(ContentUris.withAppendedId(Events.CONTENT_URI, eventId)),
    [all...]
  /packages/apps/Exchange/tests/src/com/android/exchange/adapter/
SyncAdapterTestCase.java 62 mResolver.delete(ContentUris.withAppendedId(Account.CONTENT_URI, mAccount.mId), null,
  /packages/apps/Mms/src/com/android/mms/transaction/
MessageStatusService.java 83 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 119 Uri url = ContentUris.withAppendedId(Telephony.Carriers.CONTENT_URI, pos);
  /packages/apps/Calendar/src/com/android/calendar/
CalendarColorPickerDialog.java 151 mService.startUpdate(mService.getNextToken(), null, ContentUris.withAppendedId(
237 ContentUris.withAppendedId(Calendars.CONTENT_URI, mCalendarId),
  /packages/apps/Mms/src/com/android/mms/data/
RecipientIdCache.java 192 final Uri uri = ContentUris.withAppendedId(sSingleCanonicalAddressUri, id);
244 ContentUris.withAppendedId(sSingleCanonicalAddressUri, Long.parseLong(recipientId)),
  /packages/apps/UnifiedEmail/src/com/android/mail/preferences/
FolderPreferences.java 159 final Uri cursorUri = ContentUris.withAppendedId(
187 Uri uri = ContentUris.withAppendedId(
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadReceiver.java 135 final Uri uri = ContentUris.withAppendedId(Downloads.Impl.ALL_DOWNLOADS_CONTENT_URI, id);
178 final Uri uri = ContentUris.withAppendedId(
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
CommandRecognizerEngine.java     [all...]
  /packages/apps/Email/src/com/android/email/service/
ImapService.java 632 Uri uri = ContentUris.withAppendedId(
    [all...]
  /packages/apps/Exchange/tests/src/com/android/exchange/provider/
MailboxUtilitiesTests.java 68 ContentUris.withAppendedId(Account.CONTENT_URI, mAccount.mId), null, null);
305 mResolver.delete(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box3.mId), null, null);
358 mResolver.delete(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box3.mId), null, null);
411 mResolver.delete(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box3.mId), null, null);
466 mResolver.update(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box3.mId), values,
517 mResolver.update(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box2.mId), values,
521 mResolver.update(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box2.mId), mNullParentKey,
609 mResolver.update(ContentUris.withAppendedId(Mailbox.CONTENT_URI, box3.mId), values,
    [all...]
  /packages/apps/Mms/src/com/android/mms/util/
Recycler.java 199 ContentUris.withAppendedId(Sms.Conversations.CONTENT_URI, threadId),
222 ContentUris.withAppendedId(Sms.Conversations.CONTENT_URI, threadId),
260 ContentUris.withAppendedId(Sms.Conversations.CONTENT_URI, threadId),
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_DeletedContacts.java 51 Uri uri = ContentUris.withAppendedId(URI, 1L);
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicRetriever.java 148 return ContentUris.withAppendedId(
  /frameworks/base/core/java/android/provider/
SyncStateContract.java 141 return Pair.create(ContentUris.withAppendedId(uri, rowId), blob);
  /packages/apps/Contacts/src/com/android/contacts/
ContactsApplication.java 141 getContentResolver().getType(ContentUris.withAppendedId(Contacts.CONTENT_URI, 1));
  /packages/apps/Contacts/src/com/android/contacts/activities/
GroupDetailActivity.java 147 final Uri uri = ContentUris.withAppendedId(Groups.CONTENT_URI,
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailUpdatesFragment.java 66 final Uri uri = ContentUris.withAppendedId(StreamItems.CONTENT_URI,
  /packages/apps/Contacts/src/com/android/contacts/list/
JoinContactListFragment.java 59 ContentUris.withAppendedId(Contacts.CONTENT_URI, mTargetContactId),
PostalAddressListAdapter.java 107 return ContentUris.withAppendedId(Data.CONTENT_URI, id);
  /packages/apps/Contacts/tests/src/com/android/contacts/interactions/
ContactDeletionInteractionTest.java 59 private static final Uri CONTACT_URI = ContentUris.withAppendedId(Contacts.CONTENT_URI, 13);
  /packages/apps/Email/src/com/android/email/activity/
ContactStatusLoader.java 131 ContentUris.withAppendedId(Data.CONTENT_URI, photoId), PHOTO_PROJECTION,

Completed in 1145 milliseconds

1 23 4 5 6 7 8 91011