Searched refs:getParentChannelId (Results 1 – 10 of 10) sorted by relevance
960 public @Nullable String getParentChannelId() { in getParentChannelId() method in NotificationChannel1363 if (getParentChannelId() != null) { in writeXml()1364 out.attribute(null, ATT_PARENT_CHANNEL, getParentChannelId()); in writeXml()1550 && Objects.equals(getParentChannelId(), that.getParentChannelId()) in equals()
1086 if (channel.getParentChannelId() != null) { in createNotificationChannel()1088 r.channels.containsKey(channel.getParentChannelId()), in createNotificationChannel()1220 && oldParent.getId().equals(channel.getParentChannelId())) { in updateChildrenConversationChannels()1340 && parentId.equals(nc.getParentChannelId()) in findConversationChannel()1658 NotificationChannel parent = p.channels.get(nc.getParentChannelId()); in getConversations()1704 r.channels.get(nc.getParentChannelId()).getName()); in getConversations()
211 fromParcel.getParentChannelId().length()); in testLongStringFields()
1202 if (!TextUtils.isEmpty(rank.getChannel().getParentChannelId())) { in onNotificationPosted()1203 updated.setParentNotificationChannelId(rank.getChannel().getParentChannelId()); in onNotificationPosted()
686 result.getNotificationChannel().getParentChannelId()); in testGetConversation()769 updated.setConversationId(mNotificationChannel.getParentChannelId(), in testOnNotificationChannelModified()1342 assertEquals(null, result.get(0).getNotificationChannel().getParentChannelId()); in testGetRecentConversations()
1469 row.getEntry().getChannel().getParentChannelId(), in testNotificationChannelModified_channelUpdated_removesOverflowBubble()1495 row.getEntry().getChannel().getParentChannelId(), in testNotificationChannelModified_channelDeleted_removesOverflowBubble()
429 assertEquals(expected.getParentChannelId(), actual.getParentChannelId()); in compareChannels()449 assertEquals(parent.getId(), actual.getParentChannelId()); in compareChannelsParentChild()
11155 assertEquals(original.getId(), friendChannel.getParentChannelId());
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
6946 method @Nullable public String getParentChannelId();