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.java127 verify(mNotifier, times(1)).clearNotification(100); in testNotificationClearedAfterDisconnect()
141 verify(mNotifier, times(1)).clearNotification(100); in testNotificationClearedAfterSwitchingBack()
155 verify(mNotifier, times(1)).clearNotification(100); in testUniqueToast()
174 verify(mNotifier, times(1)).clearNotification(100); in testMultipleNotifications()
245 verify(mNotifier, times(1)).clearNotification(100); in testUniqueNotification()
DNetworkNotificationManagerTest.java118 mManager.clearNotification(idsToClear.get(i)); in testNotificationsShownAndCleared()
173 mManager.clearNotification(id); in testDuplicatedNotificationsNoInternetThenSignIn()
194 mManager.clearNotification(id); in testDuplicatedNotificationsSignInThenNoInternet()
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkNotificationManager.java158 clearNotification(id); in showNotification()
242 public void clearNotification(int id) { in clearNotification() method in NetworkNotificationManager
270 clearNotification(id); in setProvNotificationVisible()
DLingerMonitor.java167 mNotifier.clearNotification(fromNetId); in maybeStopNotifying()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java2287 mNotifier.clearNotification(netId); in maybeHandleNetworkMonitorMessage()