Searched refs:BubbleDebugConfig (Results 1 – 9 of 9) sorted by relevance
19 import static com.android.systemui.bubbles.BubbleDebugConfig.DEBUG_OVERFLOW;20 import static com.android.systemui.bubbles.BubbleDebugConfig.TAG_BUBBLES;21 import static com.android.systemui.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME;183 Log.d(TAG, "Updated overflow bubbles:\n" + BubbleDebugConfig.formatBubblesString( in onDataChanged()
19 import static com.android.systemui.bubbles.BubbleDebugConfig.TAG_BUBBLES;20 import static com.android.systemui.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME;
24 import static com.android.systemui.bubbles.BubbleDebugConfig.DEBUG_EXPERIMENTS;25 import static com.android.systemui.bubbles.BubbleDebugConfig.TAG_BUBBLES;26 import static com.android.systemui.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME;
28 public class BubbleDebugConfig { class
21 import static com.android.systemui.bubbles.BubbleDebugConfig.TAG_BUBBLES;22 import static com.android.systemui.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME;
34 import static com.android.systemui.bubbles.BubbleDebugConfig.DEBUG_BUBBLE_CONTROLLER;35 import static com.android.systemui.bubbles.BubbleDebugConfig.TAG_BUBBLES;36 import static com.android.systemui.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME;1408 Log.d(TAG, BubbleDebugConfig.formatBubblesString(mBubbleData.getBubbles(),1413 … Log.d(TAG, BubbleDebugConfig.formatBubblesString(mStackView.getBubblesOnScreen(),1417 Log.d(TAG, BubbleDebugConfig.formatBubblesString(mBubbleData.getOverflowBubbles(),
33 import static com.android.systemui.bubbles.BubbleDebugConfig.DEBUG_BUBBLE_EXPANDED_VIEW;34 import static com.android.systemui.bubbles.BubbleDebugConfig.TAG_BUBBLES;35 import static com.android.systemui.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME;
20 import static com.android.systemui.bubbles.BubbleDebugConfig.DEBUG_BUBBLE_DATA;21 import static com.android.systemui.bubbles.BubbleDebugConfig.TAG_BUBBLES;22 import static com.android.systemui.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME;
25 import static com.android.systemui.bubbles.BubbleDebugConfig.DEBUG_BUBBLE_STACK_VIEW;26 import static com.android.systemui.bubbles.BubbleDebugConfig.DEBUG_USER_EDUCATION;27 import static com.android.systemui.bubbles.BubbleDebugConfig.TAG_BUBBLES;28 import static com.android.systemui.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME;2044 Log.d(TAG, BubbleDebugConfig.formatBubblesString(getBubblesOnScreen(), in animateCollapse()2918 return BubbleDebugConfig.forceShowUserEducation(getContext()) in shouldShowBubblesEducation()2924 return BubbleDebugConfig.forceShowUserEducation(getContext()) in shouldShowManageEducation()