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

/frameworks/base/services/java/com/android/server/am/
H A DServiceRecord.java86 Notification foregroundNoti; // Notification record of foreground state. field in class:ServiceRecord
220 pw.print(" foregroundNoti="); pw.println(foregroundNoti);
353 if (foregroundId != 0 && foregroundNoti != null) {
358 final Notification localForegroundNoti = foregroundNoti;

Completed in 9 milliseconds