Searched defs:streamItem (Results 1 – 7 of 7) sorted by relevance
54 StreamItemEntry streamItem = getTestBuilder().setComment("1 comment").build(getContext()); in testAddStreamItemText_IncludesComments() local60 StreamItemEntry streamItem = getTestBuilder().setComment("1 <b>comment</b>") in testAddStreamItemText_IncludesHtmlComments() local67 StreamItemEntry streamItem = getTestBuilder().setComment(null).build(getContext()); in testAddStreamItemText_NoComments() local110 private View addStreamItemText(StreamItemEntry streamItem) { in addStreamItemText()
120 private void assertStreamItemViewHasTag(StreamItemEntry streamItem) { in assertStreamItemViewHasTag()
73 public final StreamItemEntry streamItem; field in ContactDetailDisplayUtils.StreamPhotoTag76 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()
101 final StreamItemEntry streamItem = (StreamItemEntry) getItem(position); in getView() local
41 public static CharSequence getSocialDate(StreamItemEntry streamItem, Context context) { in getSocialDate()
206 StreamItemEntry streamItem = streamItems.get(0); in setDisplayNameAndSnippet() local
1146 StreamItemEntry streamItem = new StreamItemEntry(cursor); in loadStreamItems() local1147 streamItemsById.put(streamItem.getId(), streamItem); in loadStreamItems() local1205 StreamItemEntry streamItem = streamItemsById.get(streamItemId); in loadStreamItems() local