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.java525 public void resetNotification() { in resetNotification() method in WakeupController
DWifiCarrierInfoManager.java2243 resetNotification(); in clear()
2247 public void resetNotification() { in resetNotification() method in WifiCarrierInfoManager
DWifiNetworkSuggestionsManager.java1499 resetNotification(); in clear()
2854 public void resetNotification() { in resetNotification() method in WifiNetworkSuggestionsManager
DWifiServiceImpl.java8128 mWifiCarrierInfoManager.resetNotification();
8129 mWifiNetworkSuggestionsManager.resetNotification();
8130 mWifiInjector.getWakeupController().resetNotification();
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java8828 verify(mWifiNetworkSuggestionsManager).resetNotification(); in testHandleUserSwitch()
8829 verify(mWifiCarrierInfoManager).resetNotification(); in testHandleUserSwitch()
8831 verify(mWakeupController).resetNotification(); in testHandleUserSwitch()
9788 verify(mWifiNetworkSuggestionsManager).resetNotification(); in testNotificationResetWithLocaleChange()
9789 verify(mWifiCarrierInfoManager).resetNotification(); in testNotificationResetWithLocaleChange()
9791 verify(mWakeupController).resetNotification(); in testNotificationResetWithLocaleChange()
DWifiCarrierInfoManagerTest.java2392 mWifiCarrierInfoManager.resetNotification(); in testResetNotification()
DWifiNetworkSuggestionsManagerTest.java4949 mWifiNetworkSuggestionsManager.resetNotification(); in testResetNotification()