Searched refs:clearPendingNotification (Results 1 – 6 of 6) sorted by relevance
259 public void clearPendingNotification(boolean resetRepeatTime) { in clearPendingNotification() method in AvailableNetworkNotifier300 clearPendingNotification(true /* resetRepeatTime */); in handleScanResults()304 clearPendingNotification(false /* resetRepeatTime */); in handleScanResults()328 clearPendingNotification(false /* resetRepeatTime */); in handleScanResults()372 clearPendingNotification(true /* resetRepeatTime */); in handleWifiConnected()387 clearPendingNotification(true /* resetRepeatTime */); in handleWifiConnected()410 clearPendingNotification(false /* resetRepeatTime */); in handleConnectionFailure()522 clearPendingNotification(false /* resetRepeatTime */); in startWifiSettings()592 clearPendingNotification(true /* resetRepeatTime */); in onChange()
3584 mOpenNetworkNotifier.clearPendingNotification(true /* resetRepeatDelay */); in stop()
8127 mWifiInjector.getOpenNetworkNotifier().clearPendingNotification(false);
284 mNotificationController.clearPendingNotification(true); in clearPendingNotification_clearsNotificationIfOneIsShowing()295 mNotificationController.clearPendingNotification(true); in clearPendingNotification_doesNotClearNotificationIfNoneShowing()357 mNotificationController.clearPendingNotification(false); in postNotification_clearNotificationWithoutDelayReset_shouldNotPostNotification()381 mNotificationController.clearPendingNotification(true); in postNotification_clearNotificationWithDelayReset_shouldPostNotification()414 mNotificationController.clearPendingNotification(true); in userDismissedNotification_shouldBlacklistNetwork()459 mNotificationController.clearPendingNotification(false); in delaySet_delayPassed_shouldPostNotification()
2957 verify(mOpenNetworkNotifier, never()).clearPendingNotification(anyBoolean()); in wifiDisconnected_openNetworkNotifierDoesNotClearPendingNotification()3006 verify(mOpenNetworkNotifier).clearPendingNotification(true /* resetRepeatDelay */); in openNetworkNotifierClearsPendingNotificationOnWifiDisabled()
8830 verify(mOpenNetworkNotifier).clearPendingNotification(false); in testHandleUserSwitch()9790 verify(mOpenNetworkNotifier).clearPendingNotification(false); in testNotificationResetWithLocaleChange()