Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerInternal.java40 void removeForegroundServiceFlagFromNotification(String pkg, int notificationId, int userId); in removeForegroundServiceFlagFromNotification() method
DNotificationManagerService.java7056 public void removeForegroundServiceFlagFromNotification(String pkg, int notificationId,
/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java1761 nmi.removeForegroundServiceFlagFromNotification(localPackageName, localForegroundId, in stripForegroundServiceFlagFromNotification()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java2661 mInternalService.removeForegroundServiceFlagFromNotification(mPkg, sbn.getId(), in testRemoveForegroundServiceFlag_ImmediatelyAfterEnqueue()
7972 mInternalService.removeForegroundServiceFlagFromNotification( in testRemoveForegroundServiceFlagFromNotification_enqueued()
7994 mInternalService.removeForegroundServiceFlagFromNotification( in testRemoveForegroundServiceFlagFromNotification_posted()
8028 mInternalService.removeForegroundServiceFlagFromNotification( in testCannotRemoveForegroundFlagWhenOverLimit_enqueued()
8059 mInternalService.removeForegroundServiceFlagFromNotification( in testCannotRemoveForegroundFlagWhenOverLimit_posted()