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.java102 Notification foregroundNoti; // Notification record of foreground state. field in ServiceRecord
271 foregroundNoti.writeToProto(proto, ServiceRecordProto.Foreground.NOTIFICATION); in writeToProto()
374 pw.print(" foregroundNoti="); pw.println(foregroundNoti); in dump()
581 if (foregroundId != 0 && foregroundNoti != null) { in postNotification()
586 final Notification _foregroundNoti = foregroundNoti; in postNotification()
665 + foregroundNoti); in postNotification()
674 + foregroundNoti); in postNotification()
680 foregroundNoti = localForegroundNoti; // save it for amending next time in postNotification()
DActiveServices.java1245 r.foregroundNoti = notification; in setServiceForegroundInnerLocked()
1318 r.foregroundNoti = null; in setServiceForegroundInnerLocked()
1323 r.foregroundNoti = null; in setServiceForegroundInnerLocked()
2768 r.foregroundNoti = null; in bringDownServiceLocked()