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

1 2 3 4 56 7 8 91011

  /packages/apps/InCallUI/src/com/android/incallui/
ContactsAsyncHelper.java 152 return ContentUris.withAppendedId(Contacts.CONTENT_URI,
  /packages/apps/Mms/src/com/android/mms/data/
Conversation.java 326 Uri uri = ContentUris.withAppendedId(Mms.CONTENT_URI, c.getLong(0));
439 return ContentUris.withAppendedId(Threads.CONTENT_URI, mThreadId);
449 return ContentUris.withAppendedId(Threads.CONTENT_URI, threadId);
773 Uri uri = ContentUris.withAppendedId(Threads.CONTENT_URI, threadId);
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ClassZeroActivity.java 223 Uri messageUri = ContentUris.withAppendedId(
  /packages/apps/Music/src/com/android/music/
CreatePlaylist.java 179 uri = ContentUris.withAppendedId(MediaStore.Audio.Playlists.EXTERNAL_CONTENT_URI, id);
  /packages/apps/UnifiedEmail/src/com/android/mail/
SenderInfoLoader.java 141 Uri contactUri = ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId);
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/
TestProviderTests.java 141 assertEquals(1, mMockResolver.delete(ContentUris.withAppendedId(TestProvider.uri(uri),
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaThumbRequest.java 114 return ContentUris.withAppendedId(mThumbUri, c.getLong(0));
MediaProvider.java     [all...]
  /packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
UserDictionaryProvider.java 211 Uri wordUri = ContentUris.withAppendedId(UserDictionary.Words.CONTENT_URI, rowId);
  /packages/services/Telephony/src/com/android/phone/
ContactsAsyncHelper.java 179 return ContentUris.withAppendedId(Contacts.CONTENT_URI,
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
EmailContent.java 172 mUri = ContentUris.withAppendedId(mBaseUri, mId);
193 Uri u = ContentUris.withAppendedId(contentUri, id);
241 .update(ContentUris.withAppendedId(baseUri, id), contentValues, null, null);
246 .delete(ContentUris.withAppendedId(baseUri, id), null, null);
425 Uri u = ContentUris.withAppendedId(Body.CONTENT_URI, id);
463 final Uri uri = ContentUris.withAppendedId(CONTENT_URI, bodyId);
592 // To refer to a specific message, use ContentUris.withAppendedId(CONTENT_URI, id)
    [all...]
Account.java 654 ContentUris.withAppendedId(Account.CONTENT_URI, accountId),
686 Uri uri = ContentUris.withAppendedId(Account.CONTENT_URI, accountId);
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/
EasSyncService.java     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
ContactAggregatorTest.java     [all...]
  /packages/apps/Email/src/com/android/email/
LegacyConversions.java 238 Uri uri = ContentUris.withAppendedId(Attachment.MESSAGE_ID_URI, localMessage.mId);
324 Uri uri = ContentUris.withAppendedId(Attachment.CONTENT_URI, attachmentId);
409 // Uri uri = ContentUris.withAppendedId(Attachment.MESSAGE_ID_URI, localMessage.mId);
  /packages/apps/Mms/src/com/android/mms/transaction/
SmsReceiverService.java 263 Uri msgUri = ContentUris.withAppendedId(Sms.CONTENT_URI, msgId);
526 Uri messageUri = ContentUris.withAppendedId(
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_TestDataBuilder.java 98 mUri = ContentUris.withAppendedId(getContentUri(), mId);
  /development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/
WeatherWidgetProvider.java 124 final Uri uri = ContentUris.withAppendedId(WeatherDataProvider.CONTENT_URI, i);
  /packages/apps/Browser/src/com/android/browser/
BookmarkUtils.java 250 Uri uri = ContentUris.withAppendedId(
BrowserSnapshotPage.java 194 final Uri uri = ContentUris.withAppendedId(Snapshots.CONTENT_URI, id);
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
DataAction.java 103 mDataUri = ContentUris.withAppendedId(Data.CONTENT_URI, mDataId);
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/streamitems/
StreamItemPopulatorActivity.java 223 ContentUris.withAppendedId(ContactsContract.RawContacts.CONTENT_URI,
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
NotificationImportExportListener.java 122 mContext.getContentResolver(), ContentUris.withAppendedId(
  /packages/apps/DeskClock/src/com/android/deskclock/provider/
Alarm.java 111 return ContentUris.withAppendedId(CONTENT_URI, alarmId);
AlarmInstance.java 134 return ContentUris.withAppendedId(CONTENT_URI, instanceId);

Completed in 2409 milliseconds

1 2 3 4 56 7 8 91011