Searched refs:returnParentIfNoConversationChannel (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/notification/ |
D | RankingConfig.java | 51 String conversationId, boolean returnParentIfNoConversationChannel, in getConversationNotificationChannel() argument
|
D | PreferencesHelper.java | 1309 String channelId, String conversationId, boolean returnParentIfNoConversationChannel, in getConversationNotificationChannel() argument 1325 if (channel == null && returnParentIfNoConversationChannel) { in getConversationNotificationChannel()
|
D | NotificationManagerService.java | 4230 String targetPkg, String channelId, boolean returnParentIfNoConversationChannel, 4242 returnParentIfNoConversationChannel, false /* includeDeleted */);
|
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 110 …lingPkg, int userId, String pkg, String channelId, boolean returnParentIfNoConversationChannel, St… in getConversationNotificationChannel() argument
|