Home
last modified time | relevance | path

Searched refs:resetNotification (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/apps/Camera2/src/com/android/camera/processing/
H A DProcessingService.java230 resetNotification(); in processAndNotify()
242 private void resetNotification() { in resetNotification() method in ProcessingService
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWakeupController.java493 public void resetNotification() { in resetNotification() method in WakeupController
H A DWifiCarrierInfoManager.java1915 resetNotification(); in clear()
1919 public void resetNotification() { in resetNotification() method in WifiCarrierInfoManager
H A DWifiNetworkSuggestionsManager.java1393 resetNotification(); in clear()
2639 public void resetNotification() { in resetNotification() method in WifiNetworkSuggestionsManager
H A DWifiServiceImpl.java5373 mWifiCarrierInfoManager.resetNotification();
5374 mWifiNetworkSuggestionsManager.resetNotification();
5375 mWifiInjector.getWakeupController().resetNotification();
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiServiceImplTest.java6877 verify(mWifiNetworkSuggestionsManager).resetNotification(); in testHandleUserSwitch()
6878 verify(mWifiCarrierInfoManager).resetNotification(); in testHandleUserSwitch()
6880 verify(mWakeupController).resetNotification(); in testHandleUserSwitch()
7790 verify(mWifiNetworkSuggestionsManager).resetNotification(); in testNotificationResetWithLocaleChange()
7791 verify(mWifiCarrierInfoManager).resetNotification(); in testNotificationResetWithLocaleChange()
7793 verify(mWakeupController).resetNotification(); in testNotificationResetWithLocaleChange()
H A DWifiCarrierInfoManagerTest.java2133 mWifiCarrierInfoManager.resetNotification(); in testResetNotification()
H A DWifiNetworkSuggestionsManagerTest.java4918 mWifiNetworkSuggestionsManager.resetNotification(); in testResetNotification()