Searched refs:foregroundId (Results 1 – 2 of 2) sorted by relevance
95 int foregroundId; // Notification ID of last foreground req. field in ServiceRecord231 if (isForeground || foregroundId != 0) { in dump()233 pw.print(" foregroundId="); pw.print(foregroundId); in dump()428 if (foregroundId != 0 && foregroundNoti != null) { in postNotification()432 final int localForegroundId = foregroundId; in postNotification()529 if (foregroundId != 0) { in cancelNotification()533 final int localForegroundId = foregroundId; in cancelNotification()553 if (foregroundId == 0) { in stripForegroundServiceFlagFromNotification()557 final int localForegroundId = foregroundId; in stripForegroundServiceFlagFromNotification()
596 if (r.foregroundId != id) { in setServiceForegroundLocked()598 r.foregroundId = id; in setServiceForegroundLocked()618 r.foregroundId = 0; in setServiceForegroundLocked()1749 r.foregroundId = 0; in bringDownServiceLocked()