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()
1364 if (r.foregroundId != id) { in setServiceForegroundInnerLocked()1366 r.foregroundId = id; in setServiceForegroundInnerLocked()1468 r.foregroundId = 0; in setServiceForegroundInnerLocked()1473 r.foregroundId = 0; in setServiceForegroundInnerLocked()1481 if (r.foregroundId != 0) { in cancelForegroundNotificationLocked()1490 if (other != r && other.foregroundId == r.foregroundId in cancelForegroundNotificationLocked()3048 r.foregroundId = 0; in bringDownServiceLocked()
1874 String foregroundId = ""; in conference() local1879 foregroundId = foregroundConnection.getTelecomCallId(); in conference()1889 log("conference: fgCallId=" + foregroundId + ", bgCallId=" + backgroundId); in conference()1890 mOperationLocalLog.log("conference: fgCallId=" + foregroundId + ", bgCallId=" in conference()