Searched refs:ENABLE_CHILD_NOTIFICATIONS (Results 1 – 4 of 4) sorted by relevance
21 import static com.android.systemui.statusbar.phone.StatusBar.ENABLE_CHILD_NOTIFICATIONS;85 if (!ENABLE_CHILD_NOTIFICATIONS in onNotificationPosted()
722 if (!StatusBar.ENABLE_CHILD_NOTIFICATIONS in shouldFilterOut()
699 boolean childInGroup = StatusBar.ENABLE_CHILD_NOTIFICATIONS && isChildInGroup;2155 mIsSummaryWithChildren = StatusBar.ENABLE_CHILD_NOTIFICATIONS
258 public static final boolean ENABLE_CHILD_NOTIFICATIONS field in StatusBar