Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/processing/
DProcessingService.java230 resetNotification(); in processAndNotify()
242 private void resetNotification() { in resetNotification() method in ProcessingService
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWakeupController.java493 public void resetNotification() { in resetNotification() method in WakeupController
DWifiCarrierInfoManager.java1995 resetNotification(); in clear()
1999 public void resetNotification() { in resetNotification() method in WifiCarrierInfoManager
DWifiNetworkSuggestionsManager.java1480 resetNotification(); in clear()
2777 public void resetNotification() { in resetNotification() method in WifiNetworkSuggestionsManager
DWifiServiceImpl.java6493 mWifiCarrierInfoManager.resetNotification();
6494 mWifiNetworkSuggestionsManager.resetNotification();
6495 mWifiInjector.getWakeupController().resetNotification();
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java7868 verify(mWifiNetworkSuggestionsManager).resetNotification(); in testHandleUserSwitch()
7869 verify(mWifiCarrierInfoManager).resetNotification(); in testHandleUserSwitch()
7871 verify(mWakeupController).resetNotification(); in testHandleUserSwitch()
8891 verify(mWifiNetworkSuggestionsManager).resetNotification(); in testNotificationResetWithLocaleChange()
8892 verify(mWifiCarrierInfoManager).resetNotification(); in testNotificationResetWithLocaleChange()
8894 verify(mWakeupController).resetNotification(); in testNotificationResetWithLocaleChange()
DWifiCarrierInfoManagerTest.java2156 mWifiCarrierInfoManager.resetNotification(); in testResetNotification()
DWifiNetworkSuggestionsManagerTest.java4969 mWifiNetworkSuggestionsManager.resetNotification(); in testResetNotification()