Home
last modified time | relevance | path

Searched refs:NETWORK_SWITCH (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkNotificationManager.java46 NETWORK_SWITCH(SystemMessage.NOTE_NETWORK_SWITCH), enumConstant
180 } else if (notifyType == NotificationType.NETWORK_SWITCH) { in showNotification()
196 .setShowWhen(notifyType == NotificationType.NETWORK_SWITCH) in showNotification()
207 if (notifyType == NotificationType.NETWORK_SWITCH) { in showNotification()
DLingerMonitor.java152 mNotifier.showNotification(fromNai.network.netId, NotificationType.NETWORK_SWITCH, in showNotification()
/frameworks/base/tests/net/java/com/android/server/connectivity/
DNetworkNotificationManagerTest.java139 mManager.showNotification(104, NETWORK_SWITCH, mWifiNai, mCellNai, null, false); in testNotificationsNotShownIfNoInternetCapability()
DLingerMonitorTest.java333 eq(NotificationType.NETWORK_SWITCH), eq(from), eq(to), any(), eq(true)); in verifyNotification()