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.java2213 resetNotification(); in clear()
2217 public void resetNotification() { in resetNotification() method in WifiCarrierInfoManager
DWifiNetworkSuggestionsManager.java1498 resetNotification(); in clear()
2854 public void resetNotification() { in resetNotification() method in WifiNetworkSuggestionsManager
DWifiServiceImpl.java7588 mWifiCarrierInfoManager.resetNotification();
7589 mWifiNetworkSuggestionsManager.resetNotification();
7590 mWifiInjector.getWakeupController().resetNotification();
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java8723 verify(mWifiNetworkSuggestionsManager).resetNotification(); in testHandleUserSwitch()
8724 verify(mWifiCarrierInfoManager).resetNotification(); in testHandleUserSwitch()
8726 verify(mWakeupController).resetNotification(); in testHandleUserSwitch()
9648 verify(mWifiNetworkSuggestionsManager).resetNotification(); in testNotificationResetWithLocaleChange()
9649 verify(mWifiCarrierInfoManager).resetNotification(); in testNotificationResetWithLocaleChange()
9651 verify(mWakeupController).resetNotification(); in testNotificationResetWithLocaleChange()
DWifiCarrierInfoManagerTest.java2392 mWifiCarrierInfoManager.resetNotification(); in testResetNotification()
DWifiNetworkSuggestionsManagerTest.java5140 mWifiNetworkSuggestionsManager.resetNotification(); in testResetNotification()