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

/frameworks/base/services/java/com/android/server/am/
H A DServiceRecord.java82 Notification foregroundNoti; // Notification record of foreground state. field in class:ServiceRecord
213 pw.print(" foregroundNoti="); pw.println(foregroundNoti);
345 if (foregroundId != 0 && foregroundNoti != null) {
350 final Notification localForegroundNoti = foregroundNoti;
H A DActivityManagerService.java10964 r.foregroundNoti = null;
11222 r.foregroundNoti = notification;
11239 r.foregroundNoti = null;

Completed in 80 milliseconds