Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DService.java740 @ForegroundServiceType int foregroundServiceType) { in startForeground() argument
744 notification, 0, foregroundServiceType); in startForeground()
DActivityManagerInternal.java335 public abstract boolean hasRunningForegroundService(int uid, int foregroundServiceType); in hasRunningForegroundService() argument
DIActivityManager.aidl245 int id, in Notification notification, int flags, int foregroundServiceType); in setServiceForeground() argument
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java930 int id, Notification notification, int flags, int foregroundServiceType) { in setServiceForegroundLocked() argument
936 setServiceForegroundInnerLocked(r, id, notification, flags, foregroundServiceType); in setServiceForegroundLocked()
956 ret = r.foregroundServiceType; in getForegroundServiceTypeLocked()
1263 Notification notification, int flags, int foregroundServiceType) { in setServiceForegroundInnerLocked() argument
1300 if (foregroundServiceType == FOREGROUND_SERVICE_TYPE_MANIFEST) { in setServiceForegroundInnerLocked()
1301 foregroundServiceType = manifestType; in setServiceForegroundInnerLocked()
1305 if ((foregroundServiceType & manifestType) != foregroundServiceType) { in setServiceForegroundInnerLocked()
1307 + String.format("0x%08X", foregroundServiceType) in setServiceForegroundInnerLocked()
1370 r.foregroundServiceType = foregroundServiceType; in setServiceForegroundInnerLocked()
1508 fgServiceTypes |= sr.foregroundServiceType; in updateServiceForegroundLocked()
DServiceRecord.java110 int foregroundServiceType; // foreground service types. field in ServiceRecord
DActivityManagerService.java14058 int id, Notification notification, int flags, int foregroundServiceType) { in setServiceForeground() argument
14061 foregroundServiceType); in setServiceForeground()
/frameworks/base/non-updatable-api/
Dcurrent.txt648 field public static final int foregroundServiceType = 16844185; // 0x1010599
/frameworks/base/api/
Dcurrent.txt648 field public static final int foregroundServiceType = 16844185; // 0x1010599