/packages/apps/Car/Notification/src/com/android/car/notification/ |
D | NotificationClickHandlerFactory.java | 141 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) {
|
D | CarNotificationItemTouchListener.java | 123 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/ |
D | NetworkNotificationManagerTest.java | 242 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()
|
D | LingerMonitorTest.java | 147 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/ |
D | NetworkNotificationManager.java | 192 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()
|
D | LingerMonitor.java | 177 mNotifier.clearNotification(fromNetId); in maybeStopNotifying()
|
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
D | TetheringNotificationUpdater.java | 235 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/ |
D | TelecomBroadcastIntentProcessor.java | 165 disconnectedCallNotifier.clearNotification(userHandle); in processIntent() 172 disconnectedCallNotifier.clearNotification(userHandle); in processIntent()
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
D | AlarmStateManager.kt | 416 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>()
|
D | AlarmNotifications.kt | 550 clearNotification(service, instance) in showAlarmNotification() 556 fun clearNotification(context: Context, instance: AlarmInstance) { in clearNotification() method
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastAlertDialog.java | 381 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/ |
D | DisconnectedCallNotifier.java | 145 clearNotification(mCallsManager.getCurrentUserHandle()); in onCallStateChanged() 377 public void clearNotification(UserHandle userHandle) { in clearNotification() method in DisconnectedCallNotifier
|
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/ |
D | SapServer.java | 313 void clearNotification() { in clearNotification() method in SapServer 496 clearNotification(); in run() 747 clearNotification(); in shutdown()
|
/packages/modules/Connectivity/service/src/com/android/server/ |
D | ConnectivityService.java | 3405 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()
|