Home
last modified time | relevance | path

Searched refs:parentChannel (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/services/people/java/com/android/server/people/data/
H A DDataManager.java290 NotificationChannel parentChannel = in getConversationChannel() local
294 if (parentChannel != null) { in getConversationChannel()
297 uid, parentChannel.getId()); in getConversationChannel()
299 return new ConversationChannel(shortcutInfo, uid, parentChannel, in getConversationChannel()
/aosp12/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl105 …ficationChannelForPackage(String pkg, int uid, in NotificationChannel parentChannel, String conver… in createConversationNotificationChannelForPackage() argument
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java3637 NotificationChannel parentChannel, String conversationId) {
3639 Preconditions.checkNotNull(parentChannel);
3641 String parentId = parentChannel.getId();
3642 NotificationChannel conversationChannel = parentChannel;