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

/frameworks/base/services/core/java/com/android/server/am/
H A DServiceRecord.java96 int foregroundId; // Notification ID of last foreground req. field in class:ServiceRecord
235 if (isForeground || foregroundId != 0) {
237 pw.print(" foregroundId="); pw.print(foregroundId);
445 if (foregroundId != 0 && foregroundNoti != null) {
449 final int localForegroundId = foregroundId;
549 final int localForegroundId = foregroundId;
568 if (foregroundId == 0) {
572 final int localForegroundId = foregroundId;

Completed in 23 milliseconds