Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/headsup/
DCarHeadsUpNotificationContainer.java111 public void removeNotification(View notificationView) { in removeNotification() method in CarHeadsUpNotificationContainer
/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationGroup.java93 public boolean removeNotification(AlertEntry alertEntry) { in removeNotification() method in NotificationGroup
DCarNotificationListener.java338 private void removeNotification(AlertEntry alertEntry) { in removeNotification() method in CarNotificationListener
DCarNotificationView.java207 public void removeNotification(AlertEntry alertEntry) { in removeNotification() method in CarNotificationView
/packages/services/Telecomm/src/com/android/server/telecom/voip/
DVoipCallMonitor.java366 public void removeNotification(StatusBarNotification statusBarNotification) { in removeNotification() method in VoipCallMonitor
/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DFileOperationService.java561 public void stopForeground(boolean removeNotification) { in createForegroundManager()