Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNotificationController.java191 setNotificationVisible(true, numOpenNetworks, false, 0); in checkAndSetNotification()
199 setNotificationVisible(false, 0, false, 0); in checkAndSetNotification()
209 setNotificationVisible(false, 0, false, 0); in resetNotification()
221 private void setNotificationVisible(boolean visible, int numNetworks, boolean force, in setNotificationVisible() method in WifiNotificationController