Searched refs:foregroundServiceType (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/java/android/content/pm/parsing/component/ |
D | ParsedService.java | 33 int foregroundServiceType; field in ParsedService 40 this.foregroundServiceType = other.foregroundServiceType; in ParsedService() 68 dest.writeInt(this.foregroundServiceType); in writeToParcel() 77 this.foregroundServiceType = in.readInt(); in ParsedService() 94 return foregroundServiceType; in getForegroundServiceType()
|
D | ParsedServiceUtils.java | 89 service.foregroundServiceType = sa.getInt( in parseService()
|
/frameworks/base/core/java/android/app/ |
D | Service.java | 742 @ForegroundServiceType int foregroundServiceType) { in startForeground() argument 746 notification, 0, foregroundServiceType); in startForeground()
|
D | ActivityManagerInternal.java | 378 public abstract boolean hasRunningForegroundService(int uid, int foregroundServiceType); in hasRunningForegroundService() argument
|
D | IActivityManager.aidl | 262 int id, in Notification notification, int flags, int foregroundServiceType); in setServiceForeground() argument
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActiveServices.java | 981 int id, Notification notification, int flags, int foregroundServiceType) { in setServiceForegroundLocked() argument 987 setServiceForegroundInnerLocked(r, id, notification, flags, foregroundServiceType); in setServiceForegroundLocked() 1007 ret = r.foregroundServiceType; in getForegroundServiceTypeLocked() 1314 Notification notification, int flags, int foregroundServiceType) { in setServiceForegroundInnerLocked() argument 1351 if (foregroundServiceType == FOREGROUND_SERVICE_TYPE_MANIFEST) { in setServiceForegroundInnerLocked() 1352 foregroundServiceType = manifestType; in setServiceForegroundInnerLocked() 1356 if ((foregroundServiceType & manifestType) != foregroundServiceType) { in setServiceForegroundInnerLocked() 1358 + String.format("0x%08X", foregroundServiceType) in setServiceForegroundInnerLocked() 1429 r.foregroundServiceType = foregroundServiceType; in setServiceForegroundInnerLocked() 1759 fgServiceTypes |= sr.foregroundServiceType; in updateServiceForegroundLocked()
|
D | ServiceRecord.java | 107 int foregroundServiceType; // foreground service types. field in ServiceRecord
|
D | OomAdjuster.java | 1506 final int fgsType = s.foregroundServiceType; in computeOomAdjLocked()
|
D | ActivityManagerService.java | 15078 int id, Notification notification, int flags, int foregroundServiceType) { in setServiceForeground() argument 15081 foregroundServiceType); in setServiceForeground()
|
/frameworks/base/api/ |
D | current.txt | 660 field public static final int foregroundServiceType = 16844185; // 0x1010599
|