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

/frameworks/base/services/java/com/android/server/am/
H A DServiceRecord.java90 int foregroundId; // Notification ID of last foreground req. field in class:ServiceRecord
229 if (isForeground || foregroundId != 0) {
231 pw.print(" foregroundId="); pw.print(foregroundId);
408 if (foregroundId != 0 && foregroundNoti != null) {
412 final int localForegroundId = foregroundId;
487 if (foregroundId != 0) {
491 final int localForegroundId = foregroundId;

Completed in 59 milliseconds