Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DServiceRecord.java1446 signalForegroundServiceNotification(packageName, appInfo.uid, in postNotification()
1482 signalForegroundServiceNotification(packageName, appInfo.uid, localForegroundId, in cancelNotification()
1488 private void signalForegroundServiceNotification(String packageName, int uid, in signalForegroundServiceNotification() method in ServiceRecord