Home
last modified time | relevance | path

Searched refs:clearNotification (Results 1 – 14 of 14) sorted by relevance

/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationClickHandlerFactory.java141 clearNotification(alertEntry); in getClickHandler()
251 clearNotification(messageNotification);
275 return v -> clearNotification(alertEntry);
312 clearNotification(summaryNotification);
315 .forEach(alertEntry -> clearNotification(alertEntry));
339 private void clearNotification(AlertEntry alertEntry) {
DCarNotificationItemTouchListener.java123 clearNotification(summaryNotification); in CarNotificationItemTouchListener()
131 clearNotification(alertEntry); in CarNotificationItemTouchListener()
135 clearNotification(notification); in CarNotificationItemTouchListener()
449 private void clearNotification(AlertEntry alertEntry) { in clearNotification() method in CarNotificationItemTouchListener
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DNetworkNotificationManagerTest.java242 mManager.clearNotification(idsToClear.get(i)); in testNotificationsShownAndCleared()
304 mManager.clearNotification(TEST_NOTIF_ID); in testDuplicatedNotificationsNoInternetThenSignIn()
320 mManager.clearNotification(TEST_NOTIF_ID); in testOngoingSignInNotification()
333 mManager.clearNotification(TEST_NOTIF_ID); in testNoAutoCancelNotification()
353 mManager.clearNotification(id); in testDuplicatedNotificationsSignInThenNoInternet()
370 mManager.clearNotification(id, NO_INTERNET); in testClearNotificationByType()
379 mManager.clearNotification(id, PARTIAL_CONNECTIVITY); in testClearNotificationByType()
DLingerMonitorTest.java147 verify(mNotifier, times(1)).clearNotification(100); in testNotificationClearedAfterDisconnect()
161 verify(mNotifier, times(1)).clearNotification(100); in testNotificationClearedAfterSwitchingBack()
175 verify(mNotifier, times(1)).clearNotification(100); in testUniqueToast()
194 verify(mNotifier, times(1)).clearNotification(100); in testMultipleNotifications()
265 verify(mNotifier, times(1)).clearNotification(100); in testUniqueNotification()
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DNetworkNotificationManager.java192 clearNotification(id); in showNotification()
341 public void clearNotification(int id, NotificationType notifyType) { in clearNotification() method in NetworkNotificationManager
347 clearNotification(id); in clearNotification()
350 public void clearNotification(int id) { in clearNotification() method in NetworkNotificationManager
385 clearNotification(id); in setProvNotificationVisible()
DLingerMonitor.java177 mNotifier.clearNotification(fromNetId); in maybeStopNotifying()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetheringNotificationUpdater.java235 clearNotification(NO_UPSTREAM_NOTIFICATION_ID); in updateNoUpstreamNotification()
244 clearNotification(ROAMING_NOTIFICATION_ID); in updateRoamingNotification()
250 clearNotification(RESTRICTED_NOTIFICATION_ID); in tetheringRestrictionLifted()
253 private void clearNotification(@NotificationId final int id) { in clearNotification() method in TetheringNotificationUpdater
/packages/services/Telecomm/src/com/android/server/telecom/
DTelecomBroadcastIntentProcessor.java165 disconnectedCallNotifier.clearNotification(userHandle); in processIntent()
172 disconnectedCallNotifier.clearNotification(userHandle); in processIntent()
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmStateManager.kt416 AlarmNotifications.clearNotification(context, instance) in <lambda>()
460 AlarmNotifications.clearNotification(context, instance) in <lambda>()
624 AlarmNotifications.clearNotification(context, instance) in <lambda>()
683 AlarmNotifications.clearNotification(context, instance) in <lambda>()
DAlarmNotifications.kt550 clearNotification(service, instance) in showAlarmNotification()
556 fun clearNotification(context: Context, instance: AlarmInstance) { in clearNotification() method
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertDialog.java381 clearNotification(intent); in onCreate()
898 clearNotification(intent); in onNewIntent()
908 private void clearNotification(Intent intent) { in clearNotification() method in CellBroadcastAlertDialog
934 clearNotification(intent); in dismissAllFromNotification()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DDisconnectedCallNotifier.java145 clearNotification(mCallsManager.getCurrentUserHandle()); in onCallStateChanged()
377 public void clearNotification(UserHandle userHandle) { in clearNotification() method in DisconnectedCallNotifier
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapServer.java313 void clearNotification() { in clearNotification() method in SapServer
496 clearNotification(); in run()
747 clearNotification(); in shutdown()
/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java3405 mNotifier.clearNotification(netId, NotificationType.SIGN_IN); in maybeHandleNetworkMonitorMessage()
3406 mNotifier.clearNotification(netId, NotificationType.NETWORK_SWITCH); in maybeHandleNetworkMonitorMessage()
3463 mNotifier.clearNotification(nai.network.getNetId(), in handleNetworkTested()
3465 mNotifier.clearNotification(nai.network.getNetId(), in handleNetworkTested()
3467 mNotifier.clearNotification(nai.network.getNetId(), in handleNetworkTested()
3469 mNotifier.clearNotification(nai.network.getNetId(), in handleNetworkTested()
3835 mNotifier.clearNotification(nai.network.getNetId()); in disconnectAndDestroyNetwork()