Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DAvailableNetworkNotifier.java259 public void clearPendingNotification(boolean resetRepeatTime) { in clearPendingNotification() method in AvailableNetworkNotifier
300 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()
DWifiConnectivityManager.java3417 mOpenNetworkNotifier.clearPendingNotification(true /* resetRepeatDelay */); in stop()
DWifiServiceImpl.java7587 mWifiInjector.getOpenNetworkNotifier().clearPendingNotification(false);
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DOpenNetworkNotifierTest.java284 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()
DWifiConnectivityManagerTest.java2791 verify(mOpenNetworkNotifier, never()).clearPendingNotification(anyBoolean()); in wifiDisconnected_openNetworkNotifierDoesNotClearPendingNotification()
2840 verify(mOpenNetworkNotifier).clearPendingNotification(true /* resetRepeatDelay */); in openNetworkNotifierClearsPendingNotificationOnWifiDisabled()
DWifiServiceImplTest.java8725 verify(mOpenNetworkNotifier).clearPendingNotification(false); in testHandleUserSwitch()
9650 verify(mOpenNetworkNotifier).clearPendingNotification(false); in testNotificationResetWithLocaleChange()