Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerDebugConfig.java75 static final boolean DEBUG_FOREGROUND_SERVICE = DEBUG_ALL || false; field in ActivityManagerDebugConfig
H A DActiveServices.java506 if (DEBUG_FOREGROUND_SERVICE) { in stopAllForegroundServicesLocked()
893 if (DEBUG_FOREGROUND_SERVICE) { in startServiceLocked()
2585 if (DEBUG_FOREGROUND_SERVICE) { in withinFgsDeferRateLimit()
2594 if (DEBUG_FOREGROUND_SERVICE) { in withinFgsDeferRateLimit()
2779 if (DEBUG_FOREGROUND_SERVICE) { in applyForegroundServiceNotificationLocked()
2804 if (DEBUG_FOREGROUND_SERVICE) { in applyForegroundServiceNotificationLocked()
2824 if (DEBUG_FOREGROUND_SERVICE) { in applyForegroundServiceNotificationLocked()
2848 if (DEBUG_FOREGROUND_SERVICE) { in shouldShowFgsNotificationLocked()
2895 if (DEBUG_FOREGROUND_SERVICE) { in shouldShowFgsNotificationLocked()
2943 if (DEBUG_FOREGROUND_SERVICE) { in startFgsDeferralTimerLocked()
[all …]
H A DServiceRecord.java29 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_FOREGROUND_SERVICE;
1344 if (DEBUG_FOREGROUND_SERVICE) { in postNotification()