Home
last modified time | relevance | path

Searched refs:getGroupLabel (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DConversationChannelWrapper.java88 public CharSequence getGroupLabel() { in getGroupLabel() method in ConversationChannelWrapper
134 Objects.equals(getGroupLabel(), that.getGroupLabel()) && in equals()
143 return Objects.hash(getNotificationChannel(), getGroupLabel(), getParentChannelLabel(), in hashCode()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java3356 assertThat(convo.getGroupLabel()) in testGetConversations()