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.java23 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_FOREGROUND_SERVICE;
210 if (numToStop > 0 && DEBUG_FOREGROUND_SERVICE) { in stopForegroundServicesForUidPackage()
216 if (DEBUG_FOREGROUND_SERVICE) { in stopForegroundServicesForUidPackage()
457 if (DEBUG_FOREGROUND_SERVICE) { in startServiceLocked()
529 if (DEBUG_BACKGROUND_CHECK || DEBUG_FOREGROUND_SERVICE) { in startServiceLocked()
943 if (DEBUG_FOREGROUND_SERVICE) Slog.d(TAG, "Shown enough: pkg=" + aa.mPackageName + ", uid=" in foregroundAppShownEnoughLocked()
951 if (DEBUG_FOREGROUND_SERVICE) Slog.d(TAG, "YES - shown while on top"); in foregroundAppShownEnoughLocked()
960 if (DEBUG_FOREGROUND_SERVICE) Slog.d(TAG, "YES - shown long enough with screen on"); in foregroundAppShownEnoughLocked()
966 if (DEBUG_FOREGROUND_SERVICE) Slog.d(TAG, "NO -- wait " + (aa.mHideTime-nowElapsed) in foregroundAppShownEnoughLocked()
977 if (DEBUG_FOREGROUND_SERVICE) Slog.d(TAG, "YES - gone long enough with screen off"); in foregroundAppShownEnoughLocked()
[all …]