Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleEducationController.kt21 import com.android.wm.shell.bubbles.BubbleDebugConfig.DEBUG_USER_EDUCATION
72 if (DEBUG_USER_EDUCATION) { in logDebug()
DBubbleDebugConfig.java40 public static final boolean DEBUG_USER_EDUCATION = false; field in BubbleDebugConfig
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleEducationViewController.kt31 import com.android.wm.shell.bubbles.BubbleDebugConfig.DEBUG_USER_EDUCATION
239 if (DEBUG_USER_EDUCATION) Log.d(TAG, msg()) in log()