Searched refs:foregroundServiceType (Results 1 – 8 of 8) 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 | 335 public abstract boolean hasRunningForegroundService(int uid, int foregroundServiceType); in hasRunningForegroundService() argument
|
D | IActivityManager.aidl | 245 int id, in Notification notification, int flags, int foregroundServiceType); in setServiceForeground() argument
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActiveServices.java | 930 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()
|
D | ServiceRecord.java | 110 int foregroundServiceType; // foreground service types. field in ServiceRecord
|
D | ActivityManagerService.java | 14058 int id, Notification notification, int flags, int foregroundServiceType) { in setServiceForeground() argument 14061 foregroundServiceType); in setServiceForeground()
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 648 field public static final int foregroundServiceType = 16844185; // 0x1010599
|
/frameworks/base/api/ |
D | current.txt | 648 field public static final int foregroundServiceType = 16844185; // 0x1010599
|