Searched refs:getParentChannelLabel (Results 1 – 5 of 5) sorted by relevance
97 public CharSequence getParentChannelLabel() { in getParentChannelLabel() method in ConversationChannelWrapper136 Objects.equals(getParentChannelLabel(), that.getParentChannelLabel()) && in equals()144 return Objects.hash(getNotificationChannel(), getGroupLabel(), getParentChannelLabel(), in hashCode()
162 conversation.getParentChannelLabel(), conversation.getGroupLabel()) in populateConversationPreference()163 : conversation.getParentChannelLabel()); in populateConversationPreference()
118 ? conversation.getParentChannelLabel() in getSummary()120 conversation.getParentChannelLabel(), conversation.getGroupLabel()); in getSummary()
155 assertThat(mController.getSummary(ccw).toString()).contains(ccw.getParentChannelLabel()); in getSummary_withGroup()168 assertThat(mController.getSummary(ccw).toString()).isEqualTo(ccw.getParentChannelLabel()); in getSummary_noGroup()
3712 assertThat(convo.getParentChannelLabel()) in testGetConversations()