Searched refs:BubbleDebugConfig (Results 1 – 12 of 12) sorted by relevance
21 import com.android.wm.shell.bubbles.BubbleDebugConfig.DEBUG_USER_EDUCATION22 import com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_BUBBLES23 import com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME43 if (BubbleDebugConfig.neverShowUserEducation(context)) { in shouldShowStackEducation()51 (!hasSeenStackEducation || BubbleDebugConfig.forceShowUserEducation(context)) in shouldShowStackEducation()58 if (BubbleDebugConfig.neverShowUserEducation(context)) { in shouldShowManageEducation()66 (!hasSeenManageEducation || BubbleDebugConfig.forceShowUserEducation(context)) in shouldShowManageEducation()
19 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_BUBBLES;20 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME;
28 public class BubbleDebugConfig { class
21 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_BUBBLES;22 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME;
24 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_BUBBLES;25 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME;330 String bubblesOnScreen = BubbleDebugConfig.formatBubblesString( in dump()1397 final boolean shouldShow = (!seen || BubbleDebugConfig.forceShowUserEducation(mContext)) in shouldShowManageEdu()1400 if (shouldShow && BubbleDebugConfig.neverShowUserEducation(mContext)) { in shouldShowManageEdu()1444 final boolean shouldShow = !seen || BubbleDebugConfig.forceShowUserEducation(mContext); in shouldShowStackEdu()1446 if (shouldShow && BubbleDebugConfig.neverShowUserEducation(mContext)) { in shouldShowStackEdu()
26 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_BUBBLES;27 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME;
31 import com.android.wm.shell.bubbles.BubbleDebugConfig.DEBUG_USER_EDUCATION32 import com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_BUBBLES33 import com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME
29 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_BUBBLES;30 import static com.android.wm.shell.bubbles.BubbleDebugConfig.TAG_WITH_CLASS_NAME;