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

  /frameworks/base/services/core/java/com/android/server/am/
ServiceRecord.java 101 int foregroundId; // Notification ID of last foreground req.
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;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCallTracker.java     [all...]

Completed in 52 milliseconds