Home
last modified time | relevance | path

Searched defs:foregroundServiceType (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/core/java/android/content/pm/parsing/component/
H A DParsedService.java33 int foregroundServiceType; field in ParsedService
/aosp12/frameworks/base/core/java/android/app/
H A DService.java788 @ForegroundServiceType int foregroundServiceType) { in startForeground()
H A DActivityManagerInternal.java474 public abstract boolean hasRunningForegroundService(int uid, int foregroundServiceType); in hasRunningForegroundService()
H A DIActivityManager.aidl265 int id, in Notification notification, int flags, int foregroundServiceType); in setServiceForeground()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DServiceRecord.java117 int foregroundServiceType; // foreground service types. field in ServiceRecord
H A DActiveServices.java1345 int id, Notification notification, int flags, int foregroundServiceType) { in setServiceForegroundLocked()
1678 Notification notification, int flags, int foregroundServiceType) { in setServiceForegroundInnerLocked()
H A DActivityManagerService.java11931 int id, Notification notification, int flags, int foregroundServiceType) { in setServiceForeground()