Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/parsing/component/
DParsedService.java33 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()
DParsedServiceUtils.java89 service.foregroundServiceType = sa.getInt( in parseService()
/frameworks/base/core/java/android/app/
DService.java742 @ForegroundServiceType int foregroundServiceType) { in startForeground() argument
746 notification, 0, foregroundServiceType); in startForeground()
DActivityManagerInternal.java378 public abstract boolean hasRunningForegroundService(int uid, int foregroundServiceType); in hasRunningForegroundService() argument
DIActivityManager.aidl262 int id, in Notification notification, int flags, int foregroundServiceType); in setServiceForeground() argument
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java981 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()
DServiceRecord.java107 int foregroundServiceType; // foreground service types. field in ServiceRecord
DOomAdjuster.java1506 final int fgsType = s.foregroundServiceType; in computeOomAdjLocked()
DActivityManagerService.java15078 int id, Notification notification, int flags, int foregroundServiceType) { in setServiceForeground() argument
15081 foregroundServiceType); in setServiceForeground()
/frameworks/base/api/
Dcurrent.txt660 field public static final int foregroundServiceType = 16844185; // 0x1010599