HomeSort by relevance Sort by last modified time
    Searched refs:SIGN_IN (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 };
84 * (NotificationType.SIGN_IN), or to notify that a network does not have Internet access
89 * SIGN_IN.
94 * @param nai the network with which the notification is associated. For a SIGN_IN, NO_INTERNET,
133 } else if (notifyType == NotificationType.SIGN_IN) {
212 showNotification(id, NotificationType.SIGN_IN, null, null, pendingIntent, false);
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java     [all...]

Completed in 590 milliseconds