Searched refs:getParentChannelId (Results 1 – 8 of 8) sorted by relevance
802 public @Nullable String getParentChannelId() { in getParentChannelId() method in NotificationChannel1107 if (getParentChannelId() != null) { in writeXml()1108 out.attribute(null, ATT_PARENT_CHANNEL, getParentChannelId()); in writeXml()1267 && Objects.equals(getParentChannelId(), that.getParentChannelId()) in equals()
174 conversation.getNotificationChannel().getParentChannelId()); in populateConversationPreference()
960 if (channel.getParentChannelId() != null) { in createNotificationChannel()961 Preconditions.checkArgument(r.channels.containsKey(channel.getParentChannelId()), in createNotificationChannel()1102 && parentId.equals(nc.getParentChannelId()) in findConversationChannel()1431 NotificationChannel parent = p.channels.get(nc.getParentChannelId()); in getConversations()1477 r.channels.get(nc.getParentChannelId()).getName()); in getConversations()
681 result.getNotificationChannel().getParentChannelId()); in testGetConversation()707 updated.setConversationId(mNotificationChannel.getParentChannelId(), in testOnNotificationChannelModified()1210 assertEquals(null, result.get(0).getNotificationChannel().getParentChannelId()); in testGetRecentConversations()
1170 if (!TextUtils.isEmpty(rank.getChannel().getParentChannelId())) { in onNotificationPosted()1171 updated.setParentNotificationChannelId(rank.getChannel().getParentChannelId()); in onNotificationPosted()
326 assertEquals(expected.getParentChannelId(), actual.getParentChannelId()); in compareChannels()345 assertEquals(parent.getId(), actual.getParentChannelId()); in compareChannelsParentChild()
7625 assertEquals(original.getId(), friendChannel.getParentChannelId()); in createConversationNotificationChannel()
6173 method @Nullable public String getParentChannelId();