Searched refs:SIGN_IN (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkNotificationManager.java38 public static enum NotificationType { SIGN_IN, NO_INTERNET, LOST_INTERNET, NETWORK_SWITCH }; enum constant in enum:NetworkNotificationManager.NotificationType
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/
H A DConnectivityService.java2279 mNotifier.showNotification(netId, NotificationType.SIGN_IN, nai, null,

Completed in 361 milliseconds