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

/frameworks/base/services/java/com/android/server/am/
H A DServiceRecord.java92 Notification foregroundNoti; // Notification record of foreground state. field in class:ServiceRecord
233 pw.print(" foregroundNoti="); pw.println(foregroundNoti);
422 if (foregroundId != 0 && foregroundNoti != null) {
427 final Notification localForegroundNoti = foregroundNoti;
H A DActiveServices.java562 r.foregroundNoti = notification;
580 r.foregroundNoti = null;
1601 r.foregroundNoti = null;

Completed in 129 milliseconds