Searched refs:foregroundId (Results 1 – 3 of 3) sorted by relevance
108 int foregroundId; // Notification ID of last foreground req. field in ServiceRecord287 if (isForeground || foregroundId != 0) { in writeToProto()289 proto.write(ServiceRecordProto.Foreground.ID, foregroundId); in writeToProto()398 if (isForeground || foregroundId != 0) { in dump()400 pw.print(" foregroundId="); pw.print(foregroundId); in dump()795 if (foregroundId != 0 && foregroundNoti != null) { in postNotification()799 final int localForegroundId = foregroundId; in postNotification()912 final int localForegroundId = foregroundId; in cancelNotification()931 if (foregroundId == 0) { in stripForegroundServiceFlagFromNotification()935 final int localForegroundId = foregroundId; in stripForegroundServiceFlagFromNotification()
1340 if (r.foregroundId != id) { in setServiceForegroundInnerLocked()1342 r.foregroundId = id; in setServiceForegroundInnerLocked()1444 r.foregroundId = 0; in setServiceForegroundInnerLocked()1449 r.foregroundId = 0; in setServiceForegroundInnerLocked()1457 if (r.foregroundId != 0) { in cancelForegroundNotificationLocked()1466 if (other != r && other.foregroundId == r.foregroundId in cancelForegroundNotificationLocked()3020 r.foregroundId = 0; in bringDownServiceLocked()
1447 String foregroundId = ""; in conference() local1452 foregroundId = foregroundConnection.getTelecomCallId(); in conference()1462 log("conference: fgCallId=" + foregroundId + ", bgCallId=" + backgroundId); in conference()