Home
last modified time | relevance | path

Searched refs:foregroundNoti (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java114 Notification foregroundNoti; // Notification record of foreground state. field in ServiceRecord
344 foregroundNoti.dumpDebug(proto, ServiceRecordProto.Foreground.NOTIFICATION); in dumpDebug()
469 pw.print(" foregroundNoti="); pw.println(foregroundNoti); in dump()
932 if (isForeground && foregroundNoti != null) { in postNotification()
937 final Notification _foregroundNoti = foregroundNoti; in postNotification()
1021 + foregroundNoti); in postNotification()
1030 + foregroundNoti); in postNotification()
1036 foregroundNoti = localForegroundNoti; // save it for amending next time in postNotification()
DActiveServices.java560 if (Objects.equals(sr.foregroundNoti.getChannelId(), channelId)) { in hasForegroundServiceNotificationLocked()
580 if (Objects.equals(sr.foregroundNoti.getChannelId(), channelId)) { in stopForegroundServicesForChannelLocked()
1852 r.foregroundNoti = notification; in setServiceForegroundInnerLocked()
1960 r.foregroundNoti = null; in setServiceForegroundInnerLocked()
1969 r.foregroundNoti = null; in setServiceForegroundInnerLocked()
2059 sr.foregroundNoti = notification; in applyForegroundServiceNotificationLocked()
2125 if (!r.foregroundNoti.isForegroundDisplayForceDeferred()) { in shouldShowFgsNotificationLocked()
2127 if (r.foregroundNoti.shouldShowForegroundImmediately()) { in shouldShowFgsNotificationLocked()
2198 + " : " + r.foregroundNoti); in startFgsDeferralTimerLocked()
2319 sr.foregroundNoti = notification; in onForegroundServiceNotificationUpdateLocked()
[all …]