Home
last modified time | relevance | path

Searched defs:removeNotification (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DForegroundServiceControllerImpl.java61 public boolean removeNotification(StatusBarNotification sbn) { in removeNotification() method in ForegroundServiceControllerImpl
131 public boolean removeNotification(String pkg, String key) { in removeNotification() method in ForegroundServiceControllerImpl.UserServices
DForegroundServiceController.java35 boolean removeNotification(StatusBarNotification sbn); in removeNotification() method
/frameworks/base/core/java/android/app/
DService.java713 public final void stopForeground(boolean removeNotification) { in stopForeground()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpManager.java281 public boolean removeNotification(String key, boolean ignoreEarliestRemovalTime) { in removeNotification() method in HeadsUpManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java1669 public void removeNotification(String key, RankingMap ranking) { in removeNotification() method