Home
last modified time | relevance | path

Searched refs:foregroundId (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java113 int foregroundId; // Notification ID of last foreground req. field in ServiceRecord
341 if (isForeground || foregroundId != 0) { in dumpDebug()
343 proto.write(ServiceRecordProto.Foreground.ID, foregroundId); in dumpDebug()
466 if (isForeground || foregroundId != 0) { in dump()
468 pw.print(" foregroundId="); pw.print(foregroundId); in dump()
936 final int localForegroundId = foregroundId; in postNotification()
1053 final int localForegroundId = foregroundId; in cancelNotification()
1074 final int localForegroundId = foregroundId; in stripForegroundServiceFlagFromNotification()
DActiveServices.java1847 if (r.foregroundId != id) { in setServiceForegroundInnerLocked()
1849 r.foregroundId = id; in setServiceForegroundInnerLocked()
1959 r.foregroundId = 0; in setServiceForegroundInnerLocked()
1968 r.foregroundId = 0; in setServiceForegroundInnerLocked()
2045 || id != sr.foregroundId in applyForegroundServiceNotificationLocked()
2288 && id == sr.foregroundId in onForegroundServiceNotificationUpdateLocked()
2313 && id == sr.foregroundId in onForegroundServiceNotificationUpdateLocked()
2527 && other.foregroundId == r.foregroundId in cancelForegroundNotificationLocked()
4281 r.foregroundId = 0; in bringDownServiceLocked()
4364 && r.foregroundId == sr.foregroundId in dropFgsNotificationStateLocked()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java2065 String foregroundId = ""; in conference() local
2070 foregroundId = foregroundConnection.getTelecomCallId(); in conference()
2080 log("conference: fgCallId=" + foregroundId + ", bgCallId=" + backgroundId); in conference()
2081 mOperationLocalLog.log("conference: fgCallId=" + foregroundId + ", bgCallId=" in conference()