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

/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java2090 setProvNotificationVisibleIntent(false, netId, null, 0, null, null, false);
2096 setProvNotificationVisibleIntent(true, netId, NotificationType.SIGN_IN,
2472 setProvNotificationVisibleIntent(true, nai.network.netId, NotificationType.NO_INTERNET,
3279 setProvNotificationVisibleIntent(visible, id, NotificationType.SIGN_IN,
3298 private void setProvNotificationVisibleIntent(boolean visible, int id, method in class:ConnectivityService
3302 log("setProvNotificationVisibleIntent " + notifyType + " visible=" + visible

Completed in 44 milliseconds