Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/headsup/
DCarHeadsUpNotificationContainer.java105 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.java293 private void removeNotification(AlertEntry alertEntry) { in removeNotification() method in CarNotificationListener
DCarNotificationView.java169 public void removeNotification(AlertEntry alertEntry) { in removeNotification() method in CarNotificationView
/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DFileOperationService.java561 public void stopForeground(boolean removeNotification) { in createForegroundManager()