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.java68 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_FOREGROUND_SERVICE;
359 if (numToStop > 0 && DEBUG_FOREGROUND_SERVICE) { in stopAllForegroundServicesLocked()
365 if (DEBUG_FOREGROUND_SERVICE) { in stopAllForegroundServicesLocked()
561 if (DEBUG_FOREGROUND_SERVICE) { in hasForegroundServiceNotificationLocked()
581 if (DEBUG_FOREGROUND_SERVICE) { in stopForegroundServicesForChannelLocked()
672 if (DEBUG_FOREGROUND_SERVICE) { in startServiceLocked()
762 if (DEBUG_BACKGROUND_CHECK || DEBUG_FOREGROUND_SERVICE) { in startServiceLocked()
1379 if (DEBUG_FOREGROUND_SERVICE) Slog.d(TAG, "Shown enough: pkg=" + aa.mPackageName + ", uid=" in foregroundAppShownEnoughLocked()
1387 if (DEBUG_FOREGROUND_SERVICE) Slog.d(TAG, "YES - shown while on top"); in foregroundAppShownEnoughLocked()
1396 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;
939 if (DEBUG_FOREGROUND_SERVICE) { in postNotification()