Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DAvailableNetworkNotifier.java252 public void clearPendingNotification(boolean resetRepeatTime) { in clearPendingNotification() method in AvailableNetworkNotifier
284 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()
H A DWifiConnectivityManager.java2487 mOpenNetworkNotifier.clearPendingNotification(true /* resetRepeatDelay */); in stop()
H A DWifiServiceImpl.java5372 mWifiInjector.getOpenNetworkNotifier().clearPendingNotification(false);
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DOpenNetworkNotifierTest.java275 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()
H A DWifiConnectivityManagerTest.java1849 verify(mOpenNetworkNotifier, never()).clearPendingNotification(anyBoolean()); in wifiDisconnected_openNetworkNotifierDoesNotClearPendingNotification()
1894 verify(mOpenNetworkNotifier).clearPendingNotification(true /* resetRepeatDelay */); in openNetworkNotifierClearsPendingNotificationOnWifiDisabled()
H A DWifiServiceImplTest.java6879 verify(mOpenNetworkNotifier).clearPendingNotification(false); in testHandleUserSwitch()
7792 verify(mOpenNetworkNotifier).clearPendingNotification(false); in testNotificationResetWithLocaleChange()