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

/frameworks/base/services/core/java/com/android/server/am/
H A DServiceRecord.java97 Notification foregroundNoti; // Notification record of foreground state. field in class:ServiceRecord
238 pw.print(" foregroundNoti="); pw.println(foregroundNoti);
445 if (foregroundId != 0 && foregroundNoti != null) {
450 final Notification _foregroundNoti = foregroundNoti;
523 + foregroundNoti);
530 foregroundNoti = localForegroundNoti; // save it for amending next time

Completed in 95 milliseconds