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;
70 if (DEBUG_ACTIONS) { in getSmartActionsFuture()
78 if (DEBUG_ACTIONS) { in getSmartActionsFuture()
84 if (DEBUG_ACTIONS) { in getSmartActionsFuture()
104 if (DEBUG_ACTIONS) { in getSmartActionsFuture()
121 if (DEBUG_ACTIONS) { in getSmartActions()
130 if (DEBUG_ACTIONS) { in getSmartActions()
141 if (DEBUG_ACTIONS) { in getSmartActions()
161 if (DEBUG_ACTIONS) { in notifyScreenshotOp()
177 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;
51 if (DEBUG_ACTIONS) { in onReceive()
DLogConfig.java32 static final boolean DEBUG_ACTIONS = DEBUG_ALL || false; field in LogConfig
DSaveImageInBackgroundTask.java19 import static com.android.systemui.screenshot.LogConfig.DEBUG_ACTIONS;
385 if (DEBUG_ACTIONS) {