Searched refs:foregroundServiceType (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | Service.java | 740 @ForegroundServiceType int foregroundServiceType) { in startForeground() argument 744 notification, 0, foregroundServiceType); in startForeground()
|
D | ActivityManagerInternal.java | 347 public abstract boolean hasRunningForegroundService(int uid, int foregroundServiceType); in hasRunningForegroundService() argument
|
D | IActivityManager.aidl | 233 int id, in Notification notification, int flags, int foregroundServiceType); in setServiceForeground() argument
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActiveServices.java | 908 int id, Notification notification, int flags, int foregroundServiceType) { in setServiceForegroundLocked() argument 914 setServiceForegroundInnerLocked(r, id, notification, flags, foregroundServiceType); in setServiceForegroundLocked() 934 ret = r.foregroundServiceType; in getForegroundServiceTypeLocked() 1230 Notification notification, int flags, int foregroundServiceType) { in setServiceForegroundInnerLocked() argument 1267 if (foregroundServiceType == FOREGROUND_SERVICE_TYPE_MANIFEST) { in setServiceForegroundInnerLocked() 1268 foregroundServiceType = manifestType; in setServiceForegroundInnerLocked() 1272 if ((foregroundServiceType & manifestType) != foregroundServiceType) { in setServiceForegroundInnerLocked() 1274 + String.format("0x%08X", foregroundServiceType) in setServiceForegroundInnerLocked() 1337 r.foregroundServiceType = foregroundServiceType; in setServiceForegroundInnerLocked() 1475 fgServiceTypes |= sr.foregroundServiceType; in updateServiceForegroundLocked()
|
D | ServiceRecord.java | 110 int foregroundServiceType; // foreground service types. field in ServiceRecord
|
D | ActivityManagerService.java | 13966 int id, Notification notification, int flags, int foregroundServiceType) { in setServiceForeground() argument 13969 foregroundServiceType); in setServiceForeground()
|