Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/connectivity/
DLingerMonitorTest.java117 verify(mNotifier, times(1)).clearNotification(100); in testNotificationClearedAfterDisconnect()
131 verify(mNotifier, times(1)).clearNotification(100); in testNotificationClearedAfterSwitchingBack()
145 verify(mNotifier, times(1)).clearNotification(100); in testUniqueToast()
164 verify(mNotifier, times(1)).clearNotification(100); in testMultipleNotifications()
235 verify(mNotifier, times(1)).clearNotification(100); in testUniqueNotification()
DNetworkNotificationManagerTest.java107 mManager.clearNotification(idsToClear.get(i)); in testNotificationsShownAndCleared()
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkNotificationManager.java227 public void clearNotification(int id) { in clearNotification() method in NetworkNotificationManager
255 clearNotification(id); in setProvNotificationVisible()
DLingerMonitor.java167 mNotifier.clearNotification(fromNetId); in maybeStopNotifying()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java2146 mNotifier.clearNotification(netId); in maybeHandleNetworkMonitorMessage()