Home
last modified time | relevance | path

Searched refs:returnParentIfNoConversationChannel (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DRankingConfig.java53 String conversationId, boolean returnParentIfNoConversationChannel, in getConversationNotificationChannel() argument
H A DPreferencesHelper.java1247 String channelId, String conversationId, boolean returnParentIfNoConversationChannel, in getConversationNotificationChannel() argument
1263 if (channel == null && returnParentIfNoConversationChannel) { in getConversationNotificationChannel()
H A DNotificationManagerService.java4003 String targetPkg, String channelId, boolean returnParentIfNoConversationChannel,
4015 returnParentIfNoConversationChannel, false /* includeDeleted */);
/aosp14/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl106 …lingPkg, int userId, String pkg, String channelId, boolean returnParentIfNoConversationChannel, St… in getConversationNotificationChannel() argument