Searched refs:getGroupLabel (Results 1 – 5 of 5) sorted by relevance
89 public CharSequence getGroupLabel() { in getGroupLabel() method in ConversationChannelWrapper135 Objects.equals(getGroupLabel(), that.getGroupLabel()) && in equals()144 return Objects.hash(getNotificationChannel(), getGroupLabel(), getParentChannelLabel(), in hashCode()
117 return TextUtils.isEmpty(conversation.getGroupLabel()) in getSummary()120 conversation.getParentChannelLabel(), conversation.getGroupLabel()); in getSummary()
162 conversation.getParentChannelLabel(), conversation.getGroupLabel()) in populateConversationPreference()
154 assertThat(mController.getSummary(ccw).toString()).contains(ccw.getGroupLabel()); in getSummary_withGroup()
3714 assertThat(convo.getGroupLabel()) in testGetConversations()