Searched defs:setNotificationVisible (Results 1 - 3 of 3) sorted by last modified time

/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java3618 setNotificationVisible(true, ni, url);
3629 setNotificationVisible(true, ni, url);
3645 setNotificationVisible(false, null, null);
3943 private void setNotificationVisible(boolean visible, NetworkInfo networkInfo, String url) { method in class:ConnectivityService
3944 log("setNotificationVisible: E visible=" + visible + " ni=" + networkInfo + " url=" + url);
3956 log("setNotificationVisible: TYPE_WIFI");
3964 log("setNotificationVisible: TYPE_MOBILE|HIPRI");
3972 log("setNotificationVisible: other type=" + networkInfo.getType());
3997 log("setNotificationVisible: X visible=" + visible + " ni=" + networkInfo + " url=" + url);
/frameworks/base/services/java/com/android/server/wifi/
H A DWifiNotificationController.java175 setNotificationVisible(true, numOpenNetworks, false, 0);
183 setNotificationVisible(false, 0, false, 0);
193 setNotificationVisible(false, 0, false, 0);
205 private void setNotificationVisible(boolean visible, int numNetworks, boolean force, method in class:WifiNotificationController
/frameworks/base/core/java/android/net/
H A DCaptivePortalTracker.java192 setNotificationVisible(false);
277 setNotificationVisible(true);
364 private void setNotificationVisible(boolean visible) { method in class:CaptivePortalTracker

Completed in 96 milliseconds