Searched refs:getSnippetText (Results 1 – 3 of 3) sorted by relevance
172 remoteViews.setTextViewText(R.id.errorSnippet, getSnippetText(conv)); in getViewAt()201 boldifyIfUnread(getSnippetText(conv), hasUnreadMessages)); in getViewAt()213 private String getSnippetText(final ConversationListItemData conv) { in getSnippetText() method in WidgetConversationListService.WidgetConversationListFactory215 conv.getDraftSnippetText() : conv.getSnippetText(); in getSnippetText()
249 mSnippetTextView.setText(getSnippetText()); in setSnippet()330 data.getDraftSnippetText() : data.getSnippetText(); in buildContentDescription()379 final String snippetText = getSnippetText(); in bind()631 private String getSnippetText() { in getSnippetText() method in ConversationListItemView633 mData.getDraftSnippetText() : mData.getSnippetText(); in getSnippetText()
149 public String getSnippetText() { in getSnippetText() method in ConversationListItemData