Home
last modified time | relevance | path

Searched refs:DEBUG_THUMBNAILS (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerDebugConfig.java88 static final boolean DEBUG_THUMBNAILS = DEBUG_ALL || false; field in ActivityManagerDebugConfig
DActivityRecord.java83 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_THUMBNAILS;
1513 if (DEBUG_THUMBNAILS) Slog.i(TAG_THUMBNAILS, in updateThumbnailLocked()