Searched refs:DEBUG_ACTIONS (Results 1 – 5 of 5) sorted by relevance
19 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()
19 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()
19 import static com.android.systemui.screenshot.LogConfig.DEBUG_ACTIONS;53 if (DEBUG_ACTIONS) { in onReceive()
83 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>()
33 public static final boolean DEBUG_ACTIONS = DEBUG_ALL || false; field in LogConfig