Home
last modified time | relevance | path

Searched refs:foregroundServiceType (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/app/
DService.java740 @ForegroundServiceType int foregroundServiceType) { in startForeground() argument
744 notification, 0, foregroundServiceType); in startForeground()
DActivityManagerInternal.java347 public abstract boolean hasRunningForegroundService(int uid, int foregroundServiceType); in hasRunningForegroundService() argument
DIActivityManager.aidl233 int id, in Notification notification, int flags, int foregroundServiceType); in setServiceForeground() argument
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java908 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()
DServiceRecord.java110 int foregroundServiceType; // foreground service types. field in ServiceRecord
DActivityManagerService.java13966 int id, Notification notification, int flags, int foregroundServiceType) { in setServiceForeground() argument
13969 foregroundServiceType); in setServiceForeground()