Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java783 Log.d(TAG, formatBubblesString(mBubbleData.getBubbles(),
788 Log.d(TAG, formatBubblesString(mStackView.getBubblesOnScreen(),
877 static String formatBubblesString(List<Bubble> bubbles, Bubble selected) { in formatBubblesString() method in BubbleController