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

/frameworks/base/services/core/java/com/android/server/am/
H A DServiceRecord.java102 Notification foregroundNoti; // Notification record of foreground state. field in class:ServiceRecord
271 foregroundNoti.writeToProto(proto, ServiceRecordProto.Foreground.NOTIFICATION);
374 pw.print(" foregroundNoti="); pw.println(foregroundNoti);
581 if (foregroundId != 0 && foregroundNoti != null) {
586 final Notification _foregroundNoti = foregroundNoti;
665 + foregroundNoti);
674 + foregroundNoti);
680 foregroundNoti = localForegroundNoti; // save it for amending next time

Completed in 9 milliseconds