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.java99 Notification foregroundNoti; // Notification record of foreground state. field in ServiceRecord
242 pw.print(" foregroundNoti="); pw.println(foregroundNoti); in dump()
449 if (foregroundId != 0 && foregroundNoti != null) { in postNotification()
454 final Notification _foregroundNoti = foregroundNoti; in postNotification()
526 + foregroundNoti); in postNotification()
532 foregroundNoti = localForegroundNoti; // save it for amending next time in postNotification()
DActiveServices.java1072 r.foregroundNoti = notification; in setServiceForegroundInnerLocked()
1118 r.foregroundNoti = null; in setServiceForegroundInnerLocked()
1123 r.foregroundNoti = null; in setServiceForegroundInnerLocked()
2514 r.foregroundNoti = null; in bringDownServiceLocked()