Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/service/notification/
H A DConversationChannelWrapper.java89 public CharSequence getGroupLabel() { in getGroupLabel() method in ConversationChannelWrapper
135 Objects.equals(getGroupLabel(), that.getGroupLabel()) && in equals()
144 return Objects.hash(getNotificationChannel(), getGroupLabel(), getParentChannelLabel(), in hashCode()
/aosp12/packages/apps/Settings/src/com/android/settings/notification/app/
H A DConversationListPreferenceController.java117 return TextUtils.isEmpty(conversation.getGroupLabel()) in getSummary()
120 conversation.getParentChannelLabel(), conversation.getGroupLabel()); in getSummary()
H A DAppConversationListPreferenceController.java162 conversation.getParentChannelLabel(), conversation.getGroupLabel()) in populateConversationPreference()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/
H A DConversationListPreferenceControllerTest.java154 assertThat(mController.getSummary(ccw).toString()).contains(ccw.getGroupLabel()); in getSummary_withGroup()
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java3714 assertThat(convo.getGroupLabel()) in testGetConversations()