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.java82 static final boolean DEBUG_FOREGROUND_SERVICE = DEBUG_ALL || false; field in ActivityManagerDebugConfig
DActiveServices.java744 if (DEBUG_FOREGROUND_SERVICE) Slog.d(TAG, "Shown enough: pkg=" + aa.mPackageName + ", uid=" in foregroundAppShownEnoughLocked()
752 if (DEBUG_FOREGROUND_SERVICE) Slog.d(TAG, "YES - shown while on top"); in foregroundAppShownEnoughLocked()
761 if (DEBUG_FOREGROUND_SERVICE) Slog.d(TAG, "YES - shown long enough with screen on"); in foregroundAppShownEnoughLocked()
767 if (DEBUG_FOREGROUND_SERVICE) Slog.d(TAG, "NO -- wait " + (aa.mHideTime-nowElapsed) in foregroundAppShownEnoughLocked()
778 if (DEBUG_FOREGROUND_SERVICE) Slog.d(TAG, "YES - gone long enough with screen off"); in foregroundAppShownEnoughLocked()
783 if (DEBUG_FOREGROUND_SERVICE) Slog.d(TAG, "NO -- wait " + (aa.mHideTime-nowElapsed) in foregroundAppShownEnoughLocked()
797 if (DEBUG_FOREGROUND_SERVICE) Slog.d(TAG, "Updating foreground apps for user " in updateForegroundApps()
817 if (DEBUG_FOREGROUND_SERVICE) Slog.d(TAG, "Adding active: pkg=" in updateForegroundApps()
824 if (DEBUG_FOREGROUND_SERVICE) Slog.d(TAG, "Next update time in: " in updateForegroundApps()
929 if (DEBUG_FOREGROUND_SERVICE) Slog.d(TAG, "Ended running of service"); in decActiveForegroundAppLocked()
[all …]