Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotSmartActions.java19 import static com.android.systemui.screenshot.LogConfig.DEBUG_ACTIONS;
68 if (DEBUG_ACTIONS) { in getSmartActionsFuture()
76 if (DEBUG_ACTIONS) { in getSmartActionsFuture()
82 if (DEBUG_ACTIONS) { in getSmartActionsFuture()
102 if (DEBUG_ACTIONS) { in getSmartActionsFuture()
118 if (DEBUG_ACTIONS) { in getSmartActions()
127 if (DEBUG_ACTIONS) { in getSmartActions()
138 if (DEBUG_ACTIONS) { in getSmartActions()
158 if (DEBUG_ACTIONS) { in notifyScreenshotOp()
174 if (DEBUG_ACTIONS) { in notifyScreenshotAction()
DScreenshotNotificationSmartActionsProvider.java19 import static com.android.systemui.screenshot.LogConfig.DEBUG_ACTIONS;
81 if (DEBUG_ACTIONS) { in getActions()
98 if (DEBUG_ACTIONS) { in notifyOp()
113 if (DEBUG_ACTIONS) { in notifyAction()
DSmartActionsReceiver.java19 import static com.android.systemui.screenshot.LogConfig.DEBUG_ACTIONS;
53 if (DEBUG_ACTIONS) { in onReceive()
DScreenshotActionsProvider.kt83 debugLog(LogConfig.DEBUG_ACTIONS) { "Preview tapped" } in <lambda>()
103 debugLog(LogConfig.DEBUG_ACTIONS) { "Share tapped" } in <lambda>()
122 debugLog(LogConfig.DEBUG_ACTIONS) { "Edit tapped" } in <lambda>()
DLogConfig.java33 public static final boolean DEBUG_ACTIONS = DEBUG_ALL || false; field in LogConfig