Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DAvailableNetworkNotifier.java247 public void clearPendingNotification(boolean resetRepeatTime) { in clearPendingNotification() method in AvailableNetworkNotifier
278 clearPendingNotification(true /* resetRepeatTime */); in handleScanResults()
282 clearPendingNotification(false /* resetRepeatTime */); in handleScanResults()
306 clearPendingNotification(false /* resetRepeatTime */); in handleScanResults()
350 clearPendingNotification(true /* resetRepeatTime */); in handleWifiConnected()
365 clearPendingNotification(true /* resetRepeatTime */); in handleWifiConnected()
388 clearPendingNotification(false /* resetRepeatTime */); in handleConnectionFailure()
498 clearPendingNotification(false /* resetRepeatTime */); in startWifiSettings()
568 clearPendingNotification(true /* resetRepeatTime */); in onChange()
DWifiConnectivityManager.java1487 mOpenNetworkNotifier.clearPendingNotification(true /* resetRepeatDelay */); in stop()
1488 mCarrierNetworkNotifier.clearPendingNotification(true /* resetRepeatDelay */); in stop()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DCarrierNetworkNotifierTest.java268 mNotificationController.clearPendingNotification(true); in clearPendingNotification_clearsNotificationIfOneIsShowing()
279 mNotificationController.clearPendingNotification(true); in clearPendingNotification_doesNotClearNotificationIfNoneShowing()
340 mNotificationController.clearPendingNotification(false); in postNotification_clearNotificationWithoutDelayReset_shouldNotPostNotification()
364 mNotificationController.clearPendingNotification(true); in postNotification_clearNotificationWithDelayReset_shouldPostNotification()
399 mNotificationController.clearPendingNotification(true); in userDismissedNotification_shouldBlacklistNetwork()
444 mNotificationController.clearPendingNotification(false); in delaySet_delayPassed_shouldPostNotification()
DOpenNetworkNotifierTest.java267 mNotificationController.clearPendingNotification(true); in clearPendingNotification_clearsNotificationIfOneIsShowing()
278 mNotificationController.clearPendingNotification(true); in clearPendingNotification_doesNotClearNotificationIfNoneShowing()
339 mNotificationController.clearPendingNotification(false); in postNotification_clearNotificationWithoutDelayReset_shouldNotPostNotification()
363 mNotificationController.clearPendingNotification(true); in postNotification_clearNotificationWithDelayReset_shouldPostNotification()
396 mNotificationController.clearPendingNotification(true); in userDismissedNotification_shouldBlacklistNetwork()
441 mNotificationController.clearPendingNotification(false); in delaySet_delayPassed_shouldPostNotification()
DWifiConnectivityManagerTest.java700 verify(mOpenNetworkNotifier, never()).clearPendingNotification(anyBoolean()); in wifiDisconnected_openNetworkNotifierDoesNotClearPendingNotification()
742 verify(mOpenNetworkNotifier).clearPendingNotification(true /* resetRepeatDelay */); in openNetworkNotifierClearsPendingNotificationOnWifiDisabled()
843 verify(mCarrierNetworkNotifier, never()).clearPendingNotification(anyBoolean()); in wifiDisconnected_carrierNetworkNotifierDoesNotClearPendingNotification()
886 verify(mCarrierNetworkNotifier).clearPendingNotification(true /* resetRepeatDelay */); in carrierNetworkNotifierClearsPendingNotificationOnWifiDisabled()