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

/frameworks/base/services/core/java/com/android/server/am/
H A DServiceRecord.java101 int foregroundId; // Notification ID of last foreground req. field in class:ServiceRecord
268 if (isForeground || foregroundId != 0) {
270 proto.write(ServiceRecordProto.Foreground.ID, foregroundId);
371 if (isForeground || foregroundId != 0) {
373 pw.print(" foregroundId="); pw.print(foregroundId);
581 if (foregroundId != 0 && foregroundNoti != null) {
585 final int localForegroundId = foregroundId;
699 final int localForegroundId = foregroundId;
718 if (foregroundId
[all...]

Completed in 105 milliseconds