Searched refs:ENABLE_CHILD_NOTIFICATIONS (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationData.java270 if (!BaseStatusBar.ENABLE_CHILD_NOTIFICATIONS
H A DExpandableNotificationRow.java654 return BaseStatusBar.ENABLE_CHILD_NOTIFICATIONS
660 return BaseStatusBar.ENABLE_CHILD_NOTIFICATIONS && !mIsHeadsUp;
H A DBaseStatusBar.java125 public static final boolean ENABLE_CHILD_NOTIFICATIONS = Build.IS_DEBUGGABLE field in class:BaseStatusBar
472 if (!ENABLE_CHILD_NOTIFICATIONS
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java146 public static final boolean ENABLE_CHILD_NOTIFICATIONS = Build.IS_DEBUGGABLE field in class:NotificationManagerService
2278 if (!ENABLE_CHILD_NOTIFICATIONS) {

Completed in 104 milliseconds