Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/parsing/component/
DParsedService.java33 int foregroundServiceType; field in ParsedService
/frameworks/base/core/java/android/app/
DService.java784 @ForegroundServiceType int foregroundServiceType) { in startForeground()
DActivityManagerInternal.java471 public abstract boolean hasRunningForegroundService(int uid, int foregroundServiceType); in hasRunningForegroundService()
DIActivityManager.aidl265 int id, in Notification notification, int flags, int foregroundServiceType); in setServiceForeground()
/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java116 int foregroundServiceType; // foreground service types. field in ServiceRecord
DActiveServices.java1344 int id, Notification notification, int flags, int foregroundServiceType) { in setServiceForegroundLocked()
1677 Notification notification, int flags, int foregroundServiceType) { in setServiceForegroundInnerLocked()
DActivityManagerService.java11890 int id, Notification notification, int flags, int foregroundServiceType) { in setServiceForeground()