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

  /frameworks/base/services/core/java/com/android/server/connectivity/
NetworkNotificationManager.java 48 NETWORK_SWITCH(SystemMessage.NOTE_NETWORK_SWITCH),
125 * NETWORK_SWITCH notification it's the network that we switched from. When this network
127 * @param switchToNai for a NETWORK_SWITCH notification, the network we are switching to. Null
195 } else if (notifyType == NotificationType.NETWORK_SWITCH) {
211 .setShowWhen(notifyType == NotificationType.NETWORK_SWITCH)
222 if (notifyType == NotificationType.NETWORK_SWITCH) {
302 case NETWORK_SWITCH:
LingerMonitor.java 152 mNotifier.showNotification(fromNai.network.netId, NotificationType.NETWORK_SWITCH,
  /frameworks/base/tests/net/java/com/android/server/connectivity/
NetworkNotificationManagerTest.java 150 mManager.showNotification(104, NETWORK_SWITCH, mWifiNai, mCellNai, null, false);
LingerMonitorTest.java 343 eq(NotificationType.NETWORK_SWITCH), eq(from), eq(to), any(), eq(true));

Completed in 789 milliseconds