Searched refs:parentChannel (Results 1 – 3 of 3) sorted by relevance
290 NotificationChannel parentChannel = in getConversationChannel() local294 if (parentChannel != null) { in getConversationChannel()297 uid, parentChannel.getId()); in getConversationChannel()299 return new ConversationChannel(shortcutInfo, uid, parentChannel, in getConversationChannel()
105 …ficationChannelForPackage(String pkg, int uid, in NotificationChannel parentChannel, String conver… in createConversationNotificationChannelForPackage() argument
3637 NotificationChannel parentChannel, String conversationId) {3639 Preconditions.checkNotNull(parentChannel);3641 String parentId = parentChannel.getId();3642 NotificationChannel conversationChannel = parentChannel;