Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerDebugConfig.java65 static final boolean DEBUG_FOREGROUND_SERVICE = DEBUG_ALL || false; field in ActivityManagerDebugConfig
DActiveServices.java24 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_FOREGROUND_SERVICE;
217 if (numToStop > 0 && DEBUG_FOREGROUND_SERVICE) { in stopAllForegroundServicesLocked()
223 if (DEBUG_FOREGROUND_SERVICE) { in stopAllForegroundServicesLocked()
470 if (DEBUG_FOREGROUND_SERVICE) { in startServiceLocked()
542 if (DEBUG_BACKGROUND_CHECK || DEBUG_FOREGROUND_SERVICE) { in startServiceLocked()
965 if (DEBUG_FOREGROUND_SERVICE) Slog.d(TAG, "Shown enough: pkg=" + aa.mPackageName + ", uid=" in foregroundAppShownEnoughLocked()
973 if (DEBUG_FOREGROUND_SERVICE) Slog.d(TAG, "YES - shown while on top"); in foregroundAppShownEnoughLocked()
982 if (DEBUG_FOREGROUND_SERVICE) Slog.d(TAG, "YES - shown long enough with screen on"); in foregroundAppShownEnoughLocked()
988 if (DEBUG_FOREGROUND_SERVICE) Slog.d(TAG, "NO -- wait " + (aa.mHideTime-nowElapsed) in foregroundAppShownEnoughLocked()
999 if (DEBUG_FOREGROUND_SERVICE) Slog.d(TAG, "YES - gone long enough with screen off"); in foregroundAppShownEnoughLocked()
[all …]