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()
3417 mOpenNetworkNotifier.clearPendingNotification(true /* resetRepeatDelay */); in stop()
7587 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()
2791 verify(mOpenNetworkNotifier, never()).clearPendingNotification(anyBoolean()); in wifiDisconnected_openNetworkNotifierDoesNotClearPendingNotification()2840 verify(mOpenNetworkNotifier).clearPendingNotification(true /* resetRepeatDelay */); in openNetworkNotifierClearsPendingNotificationOnWifiDisabled()
8725 verify(mOpenNetworkNotifier).clearPendingNotification(false); in testHandleUserSwitch()9650 verify(mOpenNetworkNotifier).clearPendingNotification(false); in testNotificationResetWithLocaleChange()