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

  /frameworks/base/services/core/java/com/android/server/am/
ServiceRecord.java 96 int foregroundId; // Notification ID of last foreground req.
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;
ActiveServices.java 701 if (r.foregroundId != id) {
703 r.foregroundId = id;
725 r.foregroundId = 0;
730 r.foregroundId = 0;
742 if (r.foregroundId != 0) {
    [all...]

Completed in 83 milliseconds