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.java105 int foregroundId; // Notification ID of last foreground req. field in ServiceRecord
291 if (isForeground || foregroundId != 0) { in dumpDebug()
293 proto.write(ServiceRecordProto.Foreground.ID, foregroundId); in dumpDebug()
408 if (isForeground || foregroundId != 0) { in dump()
410 pw.print(" foregroundId="); pw.print(foregroundId); in dump()
813 if (foregroundId != 0 && foregroundNoti != null) { in postNotification()
817 final int localForegroundId = foregroundId; in postNotification()
930 final int localForegroundId = foregroundId; in cancelNotification()
951 if (foregroundId == 0) { in stripForegroundServiceFlagFromNotification()
955 final int localForegroundId = foregroundId; in stripForegroundServiceFlagFromNotification()
DActiveServices.java1423 if (r.foregroundId != id) { in setServiceForegroundInnerLocked()
1425 r.foregroundId = id; in setServiceForegroundInnerLocked()
1532 r.foregroundId = 0; in setServiceForegroundInnerLocked()
1537 r.foregroundId = 0; in setServiceForegroundInnerLocked()
1732 if (r.foregroundId != 0) { in cancelForegroundNotificationLocked()
1741 if (other != r && other.foregroundId == r.foregroundId in cancelForegroundNotificationLocked()
3367 r.foregroundId = 0; in bringDownServiceLocked()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java1891 String foregroundId = ""; in conference() local
1896 foregroundId = foregroundConnection.getTelecomCallId(); in conference()
1906 log("conference: fgCallId=" + foregroundId + ", bgCallId=" + backgroundId); in conference()
1907 mOperationLocalLog.log("conference: fgCallId=" + foregroundId + ", bgCallId=" in conference()