Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java704 boolean autoBubbleOngoing = shouldAutoBubbleOngoing(context) || DEBUG_ENABLE_AUTO_BUBBLE; in shouldAutoBubbleForFlags()
803 private static boolean shouldAutoBubbleOngoing(Context context) { in shouldAutoBubbleOngoing() method in BubbleController