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

/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java2059 setProvNotificationVisibleIntent(true, netId, NotificationType.SIGN_IN,
2421 setProvNotificationVisibleIntent(true, nai.network.netId, NotificationType.NO_INTERNET,
3199 private static enum NotificationType { SIGN_IN, NO_INTERNET; }; enum in class:ConnectivityService
3210 setProvNotificationVisibleIntent(visible, id, NotificationType.SIGN_IN,
3218 * (NotificationType.SIGN_IN), or to notify that a network does not have Internet access
3219 * (NotificationType.NO_INTERNET). We display at most one notification per ID, so on a
3230 NotificationType notifyType, int networkType, String extraInfo, PendingIntent intent,
3246 if (notifyType == NotificationType.NO_INTERNET &&
3251 } else if (notifyType == NotificationType.SIGN_IN) {

Completed in 49 milliseconds