Searched defs:foregroundServiceType (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/base/core/java/android/content/pm/parsing/component/ |
H A D | ParsedService.java | 33 int foregroundServiceType; field in ParsedService
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | Service.java | 788 @ForegroundServiceType int foregroundServiceType) { in startForeground()
|
H A D | ActivityManagerInternal.java | 474 public abstract boolean hasRunningForegroundService(int uid, int foregroundServiceType); in hasRunningForegroundService()
|
H A D | IActivityManager.aidl | 265 int id, in Notification notification, int flags, int foregroundServiceType); in setServiceForeground()
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ServiceRecord.java | 117 int foregroundServiceType; // foreground service types. field in ServiceRecord
|
H A D | ActiveServices.java | 1345 int id, Notification notification, int flags, int foregroundServiceType) { in setServiceForegroundLocked() 1678 Notification notification, int flags, int foregroundServiceType) { in setServiceForegroundInnerLocked()
|
H A D | ActivityManagerService.java | 11931 int id, Notification notification, int flags, int foregroundServiceType) { in setServiceForeground()
|