Home
last modified time | relevance | path

Searched refs:localForegroundNoti (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java428 final Notification localForegroundNoti = foregroundNoti; in postNotification() local
437 if (localForegroundNoti.icon == 0) { in postNotification()
441 localForegroundNoti.icon = appInfo.icon; in postNotification()
444 localForegroundNoti.contentView = null; in postNotification()
445 localForegroundNoti.bigContentView = null; in postNotification()
461 localForegroundNoti.color = ams.mContext.getResources().getColor( in postNotification()
464 localForegroundNoti.setLatestEventInfo(ctx, in postNotification()
475 localForegroundNoti.icon = 0; in postNotification()
478 if (localForegroundNoti.icon == 0) { in postNotification()
487 appUid, appPid, null, localForegroundId, localForegroundNoti, in postNotification()