Searched refs:DEBUG_FOREGROUND_SERVICE (Results 1 – 2 of 2) sorted by relevance
81 static final boolean DEBUG_FOREGROUND_SERVICE = DEBUG_ALL || false; field in ActivityManagerDebugConfig
200 if (numToStop > 0 && DEBUG_FOREGROUND_SERVICE) { in stopForegroundServicesForUidPackage()206 if (DEBUG_FOREGROUND_SERVICE) { in stopForegroundServicesForUidPackage()437 if (DEBUG_FOREGROUND_SERVICE) { in startServiceLocked()509 if (DEBUG_BACKGROUND_CHECK || DEBUG_FOREGROUND_SERVICE) { in startServiceLocked()878 if (DEBUG_FOREGROUND_SERVICE) Slog.d(TAG, "Shown enough: pkg=" + aa.mPackageName + ", uid=" in foregroundAppShownEnoughLocked()886 if (DEBUG_FOREGROUND_SERVICE) Slog.d(TAG, "YES - shown while on top"); in foregroundAppShownEnoughLocked()895 if (DEBUG_FOREGROUND_SERVICE) Slog.d(TAG, "YES - shown long enough with screen on"); in foregroundAppShownEnoughLocked()901 if (DEBUG_FOREGROUND_SERVICE) Slog.d(TAG, "NO -- wait " + (aa.mHideTime-nowElapsed) in foregroundAppShownEnoughLocked()912 if (DEBUG_FOREGROUND_SERVICE) Slog.d(TAG, "YES - gone long enough with screen off"); in foregroundAppShownEnoughLocked()917 if (DEBUG_FOREGROUND_SERVICE) Slog.d(TAG, "NO -- wait " + (aa.mHideTime-nowElapsed) in foregroundAppShownEnoughLocked()[all …]