Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerInternal.java25 void removeForegroundServiceFlagFromNotification(String pkg, int notificationId, int userId); in removeForegroundServiceFlagFromNotification() method
DNotificationManagerService.java2007 public void removeForegroundServiceFlagFromNotification(String pkg, int notificationId,
/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java571 nmi.removeForegroundServiceFlagFromNotification(localPackageName, localForegroundId, in stripForegroundServiceFlagFromNotification()