Searched refs:clearNotification (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/tests/net/java/com/android/server/connectivity/ |
D | NetworkNotificationManagerTest.java | 118 mManager.clearNotification(idsToClear.get(i)); in testNotificationsShownAndCleared() 173 mManager.clearNotification(id); in testDuplicatedNotificationsNoInternetThenSignIn() 194 mManager.clearNotification(id); in testDuplicatedNotificationsSignInThenNoInternet() 227 mManager.clearNotification(id, LOGGED_IN); in testClearNotificationByType() 242 mManager.clearNotification(id, LOGGED_IN); in testClearNotificationByType()
|
D | LingerMonitorTest.java | 133 verify(mNotifier, times(1)).clearNotification(100); in testNotificationClearedAfterDisconnect() 147 verify(mNotifier, times(1)).clearNotification(100); in testNotificationClearedAfterSwitchingBack() 161 verify(mNotifier, times(1)).clearNotification(100); in testUniqueToast() 180 verify(mNotifier, times(1)).clearNotification(100); in testMultipleNotifications() 251 verify(mNotifier, times(1)).clearNotification(100); in testUniqueNotification()
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | NetworkNotificationManager.java | 169 clearNotification(id); in showNotification() 290 public void clearNotification(int id, NotificationType notifyType) { in clearNotification() method in NetworkNotificationManager 296 clearNotification(id); in clearNotification() 299 public void clearNotification(int id) { in clearNotification() method in NetworkNotificationManager 327 clearNotification(id); in setProvNotificationVisible()
|
D | LingerMonitor.java | 169 mNotifier.clearNotification(fromNetId); in maybeStopNotifying()
|
/frameworks/base/services/core/java/com/android/server/ |
D | ConnectivityService.java | 2650 mNotifier.clearNotification(nai.network.netId, in maybeHandleNetworkMonitorMessage() 2652 mNotifier.clearNotification(nai.network.netId, in maybeHandleNetworkMonitorMessage() 2654 mNotifier.clearNotification(nai.network.netId, in maybeHandleNetworkMonitorMessage() 2707 mNotifier.clearNotification(netId, NotificationType.SIGN_IN); in maybeHandleNetworkMonitorMessage() 2708 mNotifier.clearNotification(netId, NotificationType.NETWORK_SWITCH); in maybeHandleNetworkMonitorMessage() 3003 mNotifier.clearNotification(nai.network.netId); in disconnectAndDestroyNetwork() 3856 mNotifier.clearNotification(msg.arg1, NotificationType.LOGGED_IN); in handleMessage()
|
/frameworks/base/services/ |
D | art-profile | 5565 HSPLcom/android/server/connectivity/NetworkNotificationManager;->clearNotification(I)V 5566 HSPLcom/android/server/connectivity/NetworkNotificationManager;->clearNotification(ILcom/android/se…
|