Home
last modified time | relevance | path

Searched refs:LogConfig (Results 1 – 16 of 16) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScrollCaptureController.java96 if (LogConfig.DEBUG_SCROLL) { in release()
178 if (LogConfig.DEBUG_SCROLL) { in onStartComplete()
192 if (LogConfig.DEBUG_SCROLL) { in requestNextTile()
198 if (LogConfig.DEBUG_SCROLL) { in requestNextTile()
210 if (LogConfig.DEBUG_SCROLL) { in onCaptureResult()
219 if (LogConfig.DEBUG_SCROLL) { in onCaptureResult()
265 if (LogConfig.DEBUG_SCROLL) { in onCaptureResult()
273 if (LogConfig.DEBUG_SCROLL) { in onCaptureResult()
281 if (LogConfig.DEBUG_SCROLL) { in onCaptureResult()
304 if (LogConfig.DEBUG_SCROLL) { in finishCapture()
[all …]
H A DTakeScreenshotService.java23 import static com.android.systemui.screenshot.LogConfig.DEBUG_CALLBACK;
24 import static com.android.systemui.screenshot.LogConfig.DEBUG_DISMISS;
25 import static com.android.systemui.screenshot.LogConfig.DEBUG_SERVICE;
26 import static com.android.systemui.screenshot.LogConfig.logTag;
H A DScreenshotNotificationSmartActionsProvider.java19 import static com.android.systemui.screenshot.LogConfig.DEBUG_ACTIONS;
20 import static com.android.systemui.screenshot.LogConfig.logTag;
H A DImageExporter.java57 private static final String TAG = LogConfig.logTag(ImageExporter.class);
251 if (LogConfig.DEBUG_STORAGE) {
278 if (LogConfig.DEBUG_STORAGE) {
322 } else if (LogConfig.DEBUG_STORAGE) {
H A DScreenshotController.java24 import static com.android.systemui.screenshot.LogConfig.DEBUG_ANIM;
25 import static com.android.systemui.screenshot.LogConfig.DEBUG_CALLBACK;
26 import static com.android.systemui.screenshot.LogConfig.DEBUG_DISMISS;
27 import static com.android.systemui.screenshot.LogConfig.DEBUG_INPUT;
28 import static com.android.systemui.screenshot.LogConfig.DEBUG_UI;
29 import static com.android.systemui.screenshot.LogConfig.DEBUG_WINDOW;
30 import static com.android.systemui.screenshot.LogConfig.logTag;
H A DLogConfig.java20 class LogConfig { class
H A DScreenshotSmartActions.java21 import static com.android.systemui.screenshot.LogConfig.DEBUG_ACTIONS;
22 import static com.android.systemui.screenshot.LogConfig.logTag;
H A DSaveImageInBackgroundTask.java19 import static com.android.systemui.screenshot.LogConfig.DEBUG_ACTIONS;
20 import static com.android.systemui.screenshot.LogConfig.DEBUG_CALLBACK;
21 import static com.android.systemui.screenshot.LogConfig.DEBUG_STORAGE;
22 import static com.android.systemui.screenshot.LogConfig.logTag;
H A DSmartActionsReceiver.java19 import static com.android.systemui.screenshot.LogConfig.DEBUG_ACTIONS;
H A DScrollCaptureClient.java19 import static com.android.systemui.screenshot.LogConfig.DEBUG_SCROLL;
67 private static final String TAG = LogConfig.logTag(ScrollCaptureClient.class);
H A DScreenshotView.java21 import static com.android.systemui.screenshot.LogConfig.DEBUG_ANIM;
22 import static com.android.systemui.screenshot.LogConfig.DEBUG_DISMISS;
23 import static com.android.systemui.screenshot.LogConfig.DEBUG_INPUT;
24 import static com.android.systemui.screenshot.LogConfig.DEBUG_SCROLL;
25 import static com.android.systemui.screenshot.LogConfig.DEBUG_UI;
26 import static com.android.systemui.screenshot.LogConfig.DEBUG_WINDOW;
27 import static com.android.systemui.screenshot.LogConfig.logTag;
H A DLongScreenshotActivity.java66 private static final String TAG = LogConfig.logTag(LongScreenshotActivity.class);
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DLogConfig.java12 public class LogConfig { class
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/provider/
H A DRestoreDbTask.java49 import com.android.launcher3.util.LogConfig;
192 boolean keepAllIcons = Utilities.isPropertyEnabled(LogConfig.KEEP_ALL_ICONS); in sanitizeDB()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/logging/
H A DStatsLogCompatManager.java60 import com.android.launcher3.util.LogConfig;
82 private static final boolean IS_VERBOSE = Utilities.isPropertyEnabled(LogConfig.STATSLOG);
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsRecyclerView.java24 import static com.android.launcher3.util.LogConfig.SEARCH_LOGGING;