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

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

Completed in 1972 milliseconds