Searched defs:foregroundServiceType (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/core/java/com/android/server/pm/pkg/component/ |
D | ParsedServiceImpl.java | 38 private int foregroundServiceType; field in ParsedServiceImpl 117 int foregroundServiceType, in ParsedServiceImpl()
|
/frameworks/base/core/java/android/app/ |
D | Service.java | 795 @ForegroundServiceType int foregroundServiceType) { in startForeground()
|
D | ActivityManagerInternal.java | 517 public abstract boolean hasRunningForegroundService(int uid, int foregroundServiceType); in hasRunningForegroundService()
|
D | IActivityManager.aidl | 275 int id, in Notification notification, int flags, int foregroundServiceType); in setServiceForeground()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ServiceRecord.java | 124 int foregroundServiceType; // foreground service types. field in ServiceRecord
|
D | ActiveServices.java | 1442 int id, Notification notification, int flags, int foregroundServiceType) { in setServiceForegroundLocked() 1807 Notification notification, int flags, int foregroundServiceType) { in setServiceForegroundInnerLocked()
|
D | ActivityManagerService.java | 12602 int id, Notification notification, int flags, int foregroundServiceType) { in setServiceForeground()
|