Searched refs:clearNotification (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/tests/net/java/com/android/server/connectivity/ |
D | NetworkNotificationManagerTest.java | 160 mManager.clearNotification(idsToClear.get(i)); in testNotificationsShownAndCleared() 215 mManager.clearNotification(id); in testDuplicatedNotificationsNoInternetThenSignIn() 236 mManager.clearNotification(id); in testDuplicatedNotificationsSignInThenNoInternet() 254 mManager.clearNotification(id, NO_INTERNET); in testClearNotificationByType() 265 mManager.clearNotification(id, PARTIAL_CONNECTIVITY); in testClearNotificationByType()
|
D | LingerMonitorTest.java | 132 verify(mNotifier, times(1)).clearNotification(100); in testNotificationClearedAfterDisconnect() 146 verify(mNotifier, times(1)).clearNotification(100); in testNotificationClearedAfterSwitchingBack() 160 verify(mNotifier, times(1)).clearNotification(100); in testUniqueToast() 179 verify(mNotifier, times(1)).clearNotification(100); in testMultipleNotifications() 250 verify(mNotifier, times(1)).clearNotification(100); in testUniqueNotification()
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | NetworkNotificationManager.java | 172 clearNotification(id); in showNotification() 294 public void clearNotification(int id, NotificationType notifyType) { in clearNotification() method in NetworkNotificationManager 300 clearNotification(id); in clearNotification() 303 public void clearNotification(int id) { in clearNotification() method in NetworkNotificationManager 331 clearNotification(id); in setProvNotificationVisible()
|
D | LingerMonitor.java | 171 mNotifier.clearNotification(fromNetId); in maybeStopNotifying()
|
/frameworks/base/packages/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
|
/frameworks/base/services/core/java/com/android/server/ |
D | ConnectivityService.java | 2857 mNotifier.clearNotification(netId, NotificationType.SIGN_IN); in maybeHandleNetworkMonitorMessage() 2858 mNotifier.clearNotification(netId, NotificationType.NETWORK_SWITCH); in maybeHandleNetworkMonitorMessage() 2922 mNotifier.clearNotification(nai.network.netId, in handleNetworkTested() 2924 mNotifier.clearNotification(nai.network.netId, in handleNetworkTested() 2926 mNotifier.clearNotification(nai.network.netId, in handleNetworkTested() 2928 mNotifier.clearNotification(nai.network.netId, in handleNetworkTested() 3310 mNotifier.clearNotification(nai.network.netId); in disconnectAndDestroyNetwork()
|
/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…
|