HomeSort by relevance Sort by last modified time
    Searched refs:NETWORK_SWITCH (Results 1 - 3 of 3) 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 };
96 * NETWORK_SWITCH notification it's the network that we switched from. When this network
98 * @param switchToNai for a NETWORK_SWITCH notification, the network we are switching to. Null
150 } else if (notifyType == NotificationType.NETWORK_SWITCH) {
164 .setShowWhen(notifyType == NotificationType.NETWORK_SWITCH)
179 if (notifyType == NotificationType.NETWORK_SWITCH) {
LingerMonitor.java 152 mNotifier.showNotification(fromNai.network.netId, NotificationType.NETWORK_SWITCH,
  /frameworks/base/services/tests/servicestests/src/com/android/server/connectivity/
LingerMonitorTest.java 317 eq(NotificationType.NETWORK_SWITCH), eq(from), eq(to), any(), eq(true));

Completed in 60 milliseconds