Searched refs:getParentChannelId (Results 1 – 5 of 5) sorted by relevance
737 public @Nullable String getParentChannelId() { in getParentChannelId() method in NotificationChannel1031 if (getParentChannelId() != null) { in writeXml()1032 out.attribute(null, ATT_PARENT_CHANNEL, getParentChannelId()); in writeXml()1201 && Objects.equals(getParentChannelId(), that.getParentChannelId()) in equals()
919 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()
268 assertEquals(expected.getParentChannelId(), actual.getParentChannelId()); in compareChannels()287 assertEquals(parent.getId(), actual.getParentChannelId()); in compareChannelsParentChild()
6513 assertEquals(original.getId(), friendChannel.getParentChannelId()); in createConversationNotificationChannel()6553 assertEquals(messagesParent.getId(), messagesChild.getParentChannelId()); in deleteConversationNotificationChannels()6556 assertEquals(callsParent.getId(), callsChild.getParentChannelId()); in deleteConversationNotificationChannels()
5948 method @Nullable public String getParentChannelId();