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

/frameworks/base/services/java/com/android/server/am/
H A DServiceRecord.java91 int foregroundId; // Notification ID of last foreground req. field in class:ServiceRecord
230 if (isForeground || foregroundId != 0) {
232 pw.print(" foregroundId="); pw.print(foregroundId);
422 if (foregroundId != 0 && foregroundNoti != null) {
426 final int localForegroundId = foregroundId;
501 if (foregroundId != 0) {
505 final int localForegroundId = foregroundId;

Completed in 44 milliseconds