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

/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java2472 setProvNotificationVisibleIntent(true, nai.network.netId, NotificationType.NO_INTERNET,
3268 private static enum NotificationType { SIGN_IN, NO_INTERNET; }; enum constant in enum:ConnectivityService.NotificationType
3288 * (NotificationType.NO_INTERNET). We display at most one notification per ID, so on a
3291 * might first display NO_INTERNET, and then when the captive portal check completes, display
3315 if (notifyType == NotificationType.NO_INTERNET &&

Completed in 32 milliseconds