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.java163 Notification foregroundNoti; // Notification record of foreground state. field in ServiceRecord
825 foregroundNoti.dumpDebug(proto, ServiceRecordProto.Foreground.NOTIFICATION); in dumpDebug()
1009 pw.print(" foregroundNoti="); pw.println(foregroundNoti); in dump()
1583 if (isForeground && foregroundNoti != null && app != null) { in postNotification()
1590 final Notification _foregroundNoti = foregroundNoti; in postNotification()
1677 + foregroundNoti); in postNotification()
1686 + foregroundNoti); in postNotification()
1692 foregroundNoti = localForegroundNoti; // save it for amending next time in postNotification()
DActiveServices.java834 if (sr.foregroundNoti != null in hasForegroundServiceNotificationLocked()
835 && Objects.equals(sr.foregroundNoti.getChannelId(), channelId)) { in hasForegroundServiceNotificationLocked()
2620 r.foregroundNoti = notification; in setServiceForegroundInnerLocked()
2762 r.foregroundNoti = null; in setServiceForegroundInnerLocked()
2771 r.foregroundNoti = null; in setServiceForegroundInnerLocked()
3044 sr.foregroundNoti = notification; in applyForegroundServiceNotificationLocked()
3110 if (!r.foregroundNoti.isForegroundDisplayForceDeferred()) { in shouldShowFgsNotificationLocked()
3112 if (r.foregroundNoti.shouldShowForegroundImmediately()) { in shouldShowFgsNotificationLocked()
3187 + " : " + r.foregroundNoti); in startFgsDeferralTimerLocked()
3308 sr.foregroundNoti = notification; in onForegroundServiceNotificationUpdateLocked()
[all …]