Searched refs:DEBUG_FOREGROUND_SERVICE (Results 1 – 3 of 3) sorted by relevance
66 static final boolean DEBUG_FOREGROUND_SERVICE = DEBUG_ALL || false; field in ActivityManagerDebugConfig
73 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_FOREGROUND_SERVICE;408 if (numToStop > 0 && DEBUG_FOREGROUND_SERVICE) { in stopAllForegroundServicesLocked()414 if (DEBUG_FOREGROUND_SERVICE) { in stopAllForegroundServicesLocked()618 if (DEBUG_FOREGROUND_SERVICE) { in hasForegroundServiceNotificationLocked()638 if (DEBUG_FOREGROUND_SERVICE) { in stopForegroundServicesForChannelLocked()742 if (DEBUG_FOREGROUND_SERVICE) { in startServiceLocked()832 if (DEBUG_BACKGROUND_CHECK || DEBUG_FOREGROUND_SERVICE) { in startServiceLocked()1477 if (DEBUG_FOREGROUND_SERVICE) Slog.d(TAG, "Shown enough: pkg=" + aa.mPackageName + ", uid=" in foregroundAppShownEnoughLocked()1485 if (DEBUG_FOREGROUND_SERVICE) Slog.d(TAG, "YES - shown while on top"); in foregroundAppShownEnoughLocked()1494 if (DEBUG_FOREGROUND_SERVICE) Slog.d(TAG, "YES - shown long enough with screen on"); in foregroundAppShownEnoughLocked()[all …]
23 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_FOREGROUND_SERVICE;1017 if (DEBUG_FOREGROUND_SERVICE) { in postNotification()