Searched refs:clearPendingNotification (Results 1 – 6 of 6) sorted by relevance
252 public void clearPendingNotification(boolean resetRepeatTime) { in clearPendingNotification() method in AvailableNetworkNotifier284 clearPendingNotification(true /* resetRepeatTime */); in handleScanResults()288 clearPendingNotification(false /* resetRepeatTime */); in handleScanResults()312 clearPendingNotification(false /* resetRepeatTime */); in handleScanResults()356 clearPendingNotification(true /* resetRepeatTime */); in handleWifiConnected()371 clearPendingNotification(true /* resetRepeatTime */); in handleWifiConnected()394 clearPendingNotification(false /* resetRepeatTime */); in handleConnectionFailure()504 clearPendingNotification(false /* resetRepeatTime */); in startWifiSettings()574 clearPendingNotification(true /* resetRepeatTime */); in onChange()
2487 mOpenNetworkNotifier.clearPendingNotification(true /* resetRepeatDelay */); in stop()
5372 mWifiInjector.getOpenNetworkNotifier().clearPendingNotification(false);
275 mNotificationController.clearPendingNotification(true); in clearPendingNotification_clearsNotificationIfOneIsShowing()286 mNotificationController.clearPendingNotification(true); in clearPendingNotification_doesNotClearNotificationIfNoneShowing()347 mNotificationController.clearPendingNotification(false); in postNotification_clearNotificationWithoutDelayReset_shouldNotPostNotification()371 mNotificationController.clearPendingNotification(true); in postNotification_clearNotificationWithDelayReset_shouldPostNotification()404 mNotificationController.clearPendingNotification(true); in userDismissedNotification_shouldBlacklistNetwork()449 mNotificationController.clearPendingNotification(false); in delaySet_delayPassed_shouldPostNotification()
1849 verify(mOpenNetworkNotifier, never()).clearPendingNotification(anyBoolean()); in wifiDisconnected_openNetworkNotifierDoesNotClearPendingNotification()1894 verify(mOpenNetworkNotifier).clearPendingNotification(true /* resetRepeatDelay */); in openNetworkNotifierClearsPendingNotificationOnWifiDisabled()
6879 verify(mOpenNetworkNotifier).clearPendingNotification(false); in testHandleUserSwitch()7792 verify(mOpenNetworkNotifier).clearPendingNotification(false); in testNotificationResetWithLocaleChange()