Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleOverflowActivity.java19 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()
DBubbleTaskView.java19 import static com.android.systemui.bubbles.BubbleDebugConfig.TAG_BUBBLES;
20 import static com.android.systemui.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME;
DBubbleExperimentConfig.java24 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;
DBubbleDebugConfig.java28 public class BubbleDebugConfig { class
DBubbleViewInfoTask.java21 import static com.android.systemui.bubbles.BubbleDebugConfig.TAG_BUBBLES;
22 import static com.android.systemui.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME;
DBubbleController.java34 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(),
DBubbleExpandedView.java33 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;
DBubbleData.java20 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;
DBubbleStackView.java25 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()