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.java109 Notification foregroundNoti; // Notification record of foreground state. field in ServiceRecord
290 foregroundNoti.writeToProto(proto, ServiceRecordProto.Foreground.NOTIFICATION); in writeToProto()
401 pw.print(" foregroundNoti="); pw.println(foregroundNoti); in dump()
795 if (foregroundId != 0 && foregroundNoti != null) { in postNotification()
800 final Notification _foregroundNoti = foregroundNoti; in postNotification()
880 + foregroundNoti); in postNotification()
889 + foregroundNoti); in postNotification()
895 foregroundNoti = localForegroundNoti; // save it for amending next time in postNotification()
DActiveServices.java1345 r.foregroundNoti = notification; in setServiceForegroundInnerLocked()
1445 r.foregroundNoti = null; in setServiceForegroundInnerLocked()
1450 r.foregroundNoti = null; in setServiceForegroundInnerLocked()
3021 r.foregroundNoti = null; in bringDownServiceLocked()