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

/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java2096 setProvNotificationVisibleIntent(true, netId, NotificationType.SIGN_IN,
2472 setProvNotificationVisibleIntent(true, nai.network.netId, NotificationType.NO_INTERNET,
3268 private static enum NotificationType { SIGN_IN, NO_INTERNET; }; enum in class:ConnectivityService
3279 setProvNotificationVisibleIntent(visible, id, NotificationType.SIGN_IN,
3287 * (NotificationType.SIGN_IN), or to notify that a network does not have Internet access
3288 * (NotificationType.NO_INTERNET). We display at most one notification per ID, so on a
3299 NotificationType notifyType, int networkType, String extraInfo, PendingIntent intent,
3315 if (notifyType == NotificationType.NO_INTERNET &&
3320 } else if (notifyType == NotificationType.SIGN_IN) {

Completed in 178 milliseconds