Searched defs:foregroundServiceType (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | Service.java | 740 @ForegroundServiceType int foregroundServiceType) { in startForeground()
|
D | ActivityManagerInternal.java | 335 public abstract boolean hasRunningForegroundService(int uid, int foregroundServiceType); in hasRunningForegroundService()
|
D | IActivityManager.aidl | 245 int id, in Notification notification, int flags, int foregroundServiceType); in setServiceForeground()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ServiceRecord.java | 110 int foregroundServiceType; // foreground service types. field in ServiceRecord
|
D | ActiveServices.java | 930 int id, Notification notification, int flags, int foregroundServiceType) { in setServiceForegroundLocked() 1263 Notification notification, int flags, int foregroundServiceType) { in setServiceForegroundInnerLocked()
|
D | ActivityManagerService.java | 14058 int id, Notification notification, int flags, int foregroundServiceType) { in setServiceForeground()
|