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.java101 int foregroundId; // Notification ID of last foreground req. field in ServiceRecord
268 if (isForeground || foregroundId != 0) { in writeToProto()
270 proto.write(ServiceRecordProto.Foreground.ID, foregroundId); in writeToProto()
371 if (isForeground || foregroundId != 0) { in dump()
373 pw.print(" foregroundId="); pw.print(foregroundId); in dump()
581 if (foregroundId != 0 && foregroundNoti != null) { in postNotification()
585 final int localForegroundId = foregroundId; in postNotification()
699 final int localForegroundId = foregroundId; in cancelNotification()
718 if (foregroundId == 0) { in stripForegroundServiceFlagFromNotification()
722 final int localForegroundId = foregroundId; in stripForegroundServiceFlagFromNotification()
DActiveServices.java1240 if (r.foregroundId != id) { in setServiceForegroundInnerLocked()
1242 r.foregroundId = id; in setServiceForegroundInnerLocked()
1317 r.foregroundId = 0; in setServiceForegroundInnerLocked()
1322 r.foregroundId = 0; in setServiceForegroundInnerLocked()
1330 if (r.foregroundId != 0) { in cancelForegroundNotificationLocked()
1339 if (other != r && other.foregroundId == r.foregroundId in cancelForegroundNotificationLocked()
2767 r.foregroundId = 0; in bringDownServiceLocked()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java1393 String foregroundId = ""; in conference() local
1398 foregroundId = foregroundConnection.getTelecomCallId(); in conference()
1406 log("conference: fgCallId=" + foregroundId + ", bgCallId=" + backgroundId); in conference()