Searched defs:foregroundServiceType (Results 1 – 8 of 8) 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 | 859 @RequiresPermission @ForegroundServiceType int foregroundServiceType) { in startForeground()
|
| D | ActivityManagerInternal.java | 736 public abstract boolean hasRunningForegroundService(int uid, int foregroundServiceType); in hasRunningForegroundService()
|
| D | IActivityManager.aidl | 325 int id, in Notification notification, int flags, int foregroundServiceType); in setServiceForeground()
|
| /frameworks/base/services/core/java/com/android/server/am/ |
| D | ServiceRecord.java | 131 int foregroundServiceType; // foreground service types. field in ServiceRecord
|
| D | ActiveServices.java | 1681 int id, Notification notification, int flags, int foregroundServiceType) { in setServiceForegroundLocked() 2002 Notification notification, int flags, int foregroundServiceType) { in setServiceForegroundInnerLocked()
|
| D | ActivityManagerService.java | 13360 int id, Notification notification, int flags, int foregroundServiceType) { in setServiceForeground()
|
| /frameworks/base/core/proto/android/server/ |
| D | activitymanagerservice.proto | 443 optional int32 foregroundServiceType = 3; field
|