Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DLogConfig.java53 static final boolean DEBUG_STORAGE = DEBUG_ALL || false; field in LogConfig
DImageExporter.java241 if (LogConfig.DEBUG_STORAGE) {
268 if (LogConfig.DEBUG_STORAGE) {
319 } else if (LogConfig.DEBUG_STORAGE) {
DSaveImageInBackgroundTask.java21 import static com.android.systemui.screenshot.LogConfig.DEBUG_STORAGE;
117 if (DEBUG_STORAGE) { in doInBackground()
197 if (DEBUG_STORAGE) { in doInBackground()