Searched refs:localForegroundId (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | ServiceRecord.java | 1589 final int localForegroundId = foregroundId; in postNotification() local 1689 appUid, appPid, null, localForegroundId, localForegroundNoti, in postNotification() 1695 localForegroundId, false /* canceling */); in postNotification() 1714 final int localForegroundId = foregroundId; in cancelNotification() local 1726 null, localForegroundId, userId); in cancelNotification() 1730 signalForegroundServiceNotification(packageName, appInfo.uid, localForegroundId, in cancelNotification() 1747 final int localForegroundId = foregroundId; in stripForegroundServiceFlagFromNotification() local 1761 nmi.removeForegroundServiceFlagFromNotification(localPackageName, localForegroundId, in stripForegroundServiceFlagFromNotification()
|