Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerDebugConfig.java66 static final boolean DEBUG_FOREGROUND_SERVICE = DEBUG_ALL || false; field in ActivityManagerDebugConfig
DActiveServices.java73 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 …]
DServiceRecord.java23 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_FOREGROUND_SERVICE;
1017 if (DEBUG_FOREGROUND_SERVICE) { in postNotification()