Home
last modified time | relevance | path

Searched defs:streamItem (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/detail/
DContactDetailDisplayUtilsTest.java54 StreamItemEntry streamItem = getTestBuilder().setComment("1 comment").build(getContext()); in testAddStreamItemText_IncludesComments() local
60 StreamItemEntry streamItem = getTestBuilder().setComment("1 <b>comment</b>") in testAddStreamItemText_IncludesHtmlComments() local
67 StreamItemEntry streamItem = getTestBuilder().setComment(null).build(getContext()); in testAddStreamItemText_NoComments() local
110 private View addStreamItemText(StreamItemEntry streamItem) { in addStreamItemText()
DStreamItemAdapterTest.java120 private void assertStreamItemViewHasTag(StreamItemEntry streamItem) { in assertStreamItemViewHasTag()
/packages/apps/Contacts/src/com/android/contacts/detail/
DContactDetailDisplayUtils.java73 public final StreamItemEntry streamItem; field in ContactDetailDisplayUtils.StreamPhotoTag
76 public StreamPhotoTag(StreamItemEntry streamItem, StreamItemPhotoEntry streamItemPhoto) { in StreamPhotoTag()
260 View convertView, StreamItemEntry streamItem, View.OnClickListener photoClickListener) { in createStreamItemView()
337 final StreamItemEntry streamItem, final StreamItemPhotoEntry streamItemPhoto, in loadPhoto()
360 static View addStreamItemText(Context context, StreamItemEntry streamItem, View rootView) { in addStreamItemText()
DStreamItemAdapter.java101 final StreamItemEntry streamItem = (StreamItemEntry) getItem(position); in getView() local
/packages/apps/Contacts/src/com/android/contacts/util/
DContactBadgeUtil.java41 public static CharSequence getSocialDate(StreamItemEntry streamItem, Context context) { in getSocialDate()
/packages/apps/Contacts/src/com/android/contacts/socialwidget/
DSocialWidgetProvider.java206 StreamItemEntry streamItem = streamItems.get(0); in setDisplayNameAndSnippet() local
/packages/apps/Contacts/src/com/android/contacts/
DContactLoader.java1146 StreamItemEntry streamItem = new StreamItemEntry(cursor); in loadStreamItems() local
1147 streamItemsById.put(streamItem.getId(), streamItem); in loadStreamItems() local
1205 StreamItemEntry streamItem = streamItemsById.get(streamItemId); in loadStreamItems() local