Home
last modified time | relevance | path

Searched defs:clearNotification (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/modules/Connectivity/service/src/com/android/server/connectivity/
H A DNetworkNotificationManager.java341 public void clearNotification(int id, NotificationType notifyType) { in clearNotification() method in NetworkNotificationManager
350 public void clearNotification(int id) { in clearNotification() method in NetworkNotificationManager
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DCarNotificationItemTouchListener.java472 private void clearNotification(AlertEntry alertEntry) { in clearNotification() method in CarNotificationItemTouchListener
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ui/
H A DDisconnectedCallNotifier.java377 public void clearNotification(UserHandle userHandle) { in clearNotification() method in DisconnectedCallNotifier
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/alarms/
H A DAlarmNotifications.kt556 fun clearNotification(context: Context, instance: AlarmInstance) { regex
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DTetheringNotificationUpdater.java253 private void clearNotification(@NotificationId final int id) { in clearNotification() method in TetheringNotificationUpdater
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapServer.java313 void clearNotification() { in clearNotification() method in SapServer
/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertDialog.java908 private void clearNotification(Intent intent) { in clearNotification() method in CellBroadcastAlertDialog