HomeSort by relevance Sort by last modified time
    Searched full:foregroundnoti (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/java/com/android/server/am/
ServiceRecord.java 92 Notification foregroundNoti; // Notification record of foreground state.
233 pw.print(" foregroundNoti="); pw.println(foregroundNoti);
422 if (foregroundId != 0 && foregroundNoti != null) {
427 final Notification localForegroundNoti = foregroundNoti;
ActiveServices.java 562 r.foregroundNoti = notification;
580 r.foregroundNoti = null;
    [all...]

Completed in 2709 milliseconds