Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DLogConfig.java53 static final boolean DEBUG_STORAGE = DEBUG_ALL || false; field in LogConfig
H A DImageExporter.java240 if (LogConfig.DEBUG_STORAGE) {
267 if (LogConfig.DEBUG_STORAGE) {
316 } else if (LogConfig.DEBUG_STORAGE) {
H A DSaveImageInBackgroundTask.java21 import static com.android.systemui.screenshot.LogConfig.DEBUG_STORAGE;
116 if (DEBUG_STORAGE) { in doInBackground()