HomeSort by relevance Sort by last modified time
    Searched refs:NO_INTERNET (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/connectivity/
NetworkNotificationManager.java 38 public static enum NotificationType { SIGN_IN, NO_INTERNET, LOST_INTERNET, NETWORK_SWITCH };
85 * (NotificationType.NO_INTERNET). We display at most one notification per ID, so on a
88 * might first display NO_INTERNET, and then when the captive portal check completes, display
94 * @param nai the network with which the notification is associated. For a SIGN_IN, NO_INTERNET,
126 if (notifyType == NotificationType.NO_INTERNET && transportType == TRANSPORT_WIFI) {
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java     [all...]

Completed in 89 milliseconds