Home
last modified time | relevance | path

Searched refs:DEBUG_ENABLE_AUTO_BUBBLE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java124 public static final boolean DEBUG_ENABLE_AUTO_BUBBLE = false; field in BubbleController
703 boolean autoBubbleMessages = shouldAutoBubbleMessages(context) || DEBUG_ENABLE_AUTO_BUBBLE; in shouldAutoBubbleForFlags()
704 boolean autoBubbleOngoing = shouldAutoBubbleOngoing(context) || DEBUG_ENABLE_AUTO_BUBBLE; in shouldAutoBubbleForFlags()
705 boolean autoBubbleAll = shouldAutoBubbleAll(context) || DEBUG_ENABLE_AUTO_BUBBLE; in shouldAutoBubbleForFlags()
DBubbleExpandedView.java21 import static com.android.systemui.bubbles.BubbleController.DEBUG_ENABLE_AUTO_BUBBLE;
337 } else if (DEBUG_ENABLE_AUTO_BUBBLE) { in updateExpandedView()