Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java705 boolean autoBubbleAll = shouldAutoBubbleAll(context) || DEBUG_ENABLE_AUTO_BUBBLE; in shouldAutoBubbleForFlags()
808 private static boolean shouldAutoBubbleAll(Context context) { in shouldAutoBubbleAll() method in BubbleController