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(); in testAddStreamItemText_IncludesComments() local
60 StreamItemEntry streamItem = getTestBuilder().setComment("1 <b>comment</b>").build(); in testAddStreamItemText_IncludesHtmlComments() local
66 StreamItemEntry streamItem = getTestBuilder().setComment(null).build(); in testAddStreamItemText_NoComments() local
109 private View addStreamItemText(StreamItemEntry streamItem) { in addStreamItemText()
DStreamItemAdapterTest.java118 private void assertStreamItemViewHasTag(StreamItemEntry streamItem) { in assertStreamItemViewHasTag()
/packages/apps/Contacts/src/com/android/contacts/detail/
DContactDetailDisplayUtils.java79 public final StreamItemEntry streamItem; field in ContactDetailDisplayUtils.StreamPhotoTag
82 public StreamPhotoTag(StreamItemEntry streamItem, StreamItemPhotoEntry streamItemPhoto) { in StreamPhotoTag()
262 StreamItemEntry streamItem, LinearLayout parent, in createStreamItemView()
324 final StreamItemEntry streamItem, final StreamItemPhotoEntry streamItemPhoto, in loadPhoto()
347 static View addStreamItemText(Context context, StreamItemEntry streamItem, View rootView) { in addStreamItemText()
DStreamItemAdapter.java110 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.java210 StreamItemEntry streamItem = streamItems.get(0); in setDisplayNameAndSnippet() local
/packages/apps/Contacts/src/com/android/contacts/
DContactLoader.java1107 StreamItemEntry streamItem = new StreamItemEntry(cursor); in loadStreamItems() local
1108 streamItemsById.put(streamItem.getId(), streamItem); in loadStreamItems() local
1155 StreamItemEntry streamItem = streamItemsById.get(streamItemId); in loadStreamItems() local