Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationChannel.java737 public @Nullable String getParentChannelId() { in getParentChannelId() method in NotificationChannel
1031 if (getParentChannelId() != null) { in writeXml()
1032 out.attribute(null, ATT_PARENT_CHANNEL, getParentChannelId()); in writeXml()
1201 && Objects.equals(getParentChannelId(), that.getParentChannelId()) in equals()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java919 if (channel.getParentChannelId() != null) { in createNotificationChannel()
920 Preconditions.checkArgument(r.channels.containsKey(channel.getParentChannelId()), in createNotificationChannel()
1044 && parentId.equals(nc.getParentChannelId()) in findConversationChannel()
1340 p.channels.get(nc.getParentChannelId()).getName()); in getConversations()
1382 r.channels.get(nc.getParentChannelId()).getName()); in getConversations()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java268 assertEquals(expected.getParentChannelId(), actual.getParentChannelId()); in compareChannels()
287 assertEquals(parent.getId(), actual.getParentChannelId()); in compareChannelsParentChild()
DNotificationManagerServiceTest.java6513 assertEquals(original.getId(), friendChannel.getParentChannelId()); in createConversationNotificationChannel()
6553 assertEquals(messagesParent.getId(), messagesChild.getParentChannelId()); in deleteConversationNotificationChannels()
6556 assertEquals(callsParent.getId(), callsChild.getParentChannelId()); in deleteConversationNotificationChannels()
/frameworks/base/api/
Dcurrent.txt5948 method @Nullable public String getParentChannelId();