Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/service/notification/
H A DConversationChannelWrapper.java97 public CharSequence getParentChannelLabel() { in getParentChannelLabel() method in ConversationChannelWrapper
136 Objects.equals(getParentChannelLabel(), that.getParentChannelLabel()) && in equals()
144 return Objects.hash(getNotificationChannel(), getGroupLabel(), getParentChannelLabel(), in hashCode()
/aosp12/packages/apps/Settings/src/com/android/settings/notification/app/
H A DAppConversationListPreferenceController.java162 conversation.getParentChannelLabel(), conversation.getGroupLabel()) in populateConversationPreference()
163 : conversation.getParentChannelLabel()); in populateConversationPreference()
H A DConversationListPreferenceController.java118 ? conversation.getParentChannelLabel() in getSummary()
120 conversation.getParentChannelLabel(), conversation.getGroupLabel()); in getSummary()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/
H A DConversationListPreferenceControllerTest.java155 assertThat(mController.getSummary(ccw).toString()).contains(ccw.getParentChannelLabel()); in getSummary_withGroup()
168 assertThat(mController.getSummary(ccw).toString()).isEqualTo(ccw.getParentChannelLabel()); in getSummary_noGroup()
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java3712 assertThat(convo.getParentChannelLabel()) in testGetConversations()