Searched refs:foregroundId (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | ServiceRecord.java | 162 int foregroundId; // Notification ID of last foreground req. field in ServiceRecord 822 if (isForeground || foregroundId != 0) { in dumpDebug() 824 proto.write(ServiceRecordProto.Foreground.ID, foregroundId); in dumpDebug() 1005 if (isForeground || foregroundId != 0) { in dump() 1007 pw.print(" foregroundId="); pw.print(foregroundId); in dump() 1589 final int localForegroundId = foregroundId; in postNotification() 1714 final int localForegroundId = foregroundId; in cancelNotification() 1737 int foregroundId, boolean canceling) { in signalForegroundServiceNotification() argument 1741 packageName, appInfo.uid, foregroundId, canceling); in signalForegroundServiceNotification() 1747 final int localForegroundId = foregroundId; in stripForegroundServiceFlagFromNotification()
|
D | AppFGSTracker.java | 123 int foregroundId, boolean canceling) { in onForegroundServiceNotificationUpdated() argument 126 args.argi2 = foregroundId; in onForegroundServiceNotificationUpdated()
|
D | ActiveServices.java | 2615 if (r.foregroundId != id) { in setServiceForegroundInnerLocked() 2617 r.foregroundId = id; in setServiceForegroundInnerLocked() 2761 r.foregroundId = 0; in setServiceForegroundInnerLocked() 2770 r.foregroundId = 0; in setServiceForegroundInnerLocked() 3030 || id != sr.foregroundId in applyForegroundServiceNotificationLocked() 3277 && id == sr.foregroundId in onForegroundServiceNotificationUpdateLocked() 3302 && id == sr.foregroundId in onForegroundServiceNotificationUpdateLocked() 3516 && other.foregroundId == r.foregroundId in cancelForegroundNotificationLocked() 4843 r.foregroundId = fgsDelegateOptions.mClientNotificationId; in retrieveServiceLocked() 6435 r.foregroundId = 0; in bringDownServiceLocked() [all …]
|
/frameworks/base/core/java/android/app/ |
D | ActivityManagerInternal.java | 1043 void onForegroundServiceNotificationUpdated(String packageName, int uid, int foregroundId, in onForegroundServiceNotificationUpdated() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTracker.java | 2553 String foregroundId = ""; in conference() local 2558 foregroundId = foregroundConnection.getTelecomCallId(); in conference() 2568 log("conference: fgCallId=" + foregroundId + ", bgCallId=" + backgroundId); in conference() 2569 mOperationLocalLog.log("conference: fgCallId=" + foregroundId + ", bgCallId=" in conference()
|