Searched defs:setNotificationVisible (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/net/
H A DCaptivePortalTracker.java165 setNotificationVisible(false);
239 setNotificationVisible(true);
320 private void setNotificationVisible(boolean visible) { method in class:CaptivePortalTracker
/frameworks/base/services/java/com/android/server/
H A DWifiService.java1709 setNotificationVisible(true, numOpenNetworks, false, 0);
1717 setNotificationVisible(false, 0, false, 0);
1727 setNotificationVisible(false, 0, false, 0);
1739 private void setNotificationVisible(boolean visible, int numNetworks, boolean force, method in class:WifiService

Completed in 1334 milliseconds