Home
last modified time | relevance | path

Searched refs:NO_INTERNET (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tests/net/java/com/android/server/connectivity/
DNetworkNotificationManagerTest.java132 mManager.showNotification(100, NO_INTERNET, mCellNai, mWifiNai, null, false); in testNoInternetNotificationsNotShownForCellular()
137 mManager.showNotification(102, NO_INTERNET, mWifiNai, mCellNai, null, false); in testNoInternetNotificationsNotShownForCellular()
139 final int eventId = NO_INTERNET.eventId; in testNoInternetNotificationsNotShownForCellular()
148 mManager.showNotification(102, NO_INTERNET, mWifiNai, mCellNai, null, false); in testNotificationsNotShownIfNoInternetCapability()
161 mManager.showNotification(id, NO_INTERNET, mWifiNai, mCellNai, null, false); in testDuplicatedNotificationsNoInternetThenSignIn()
163 .notifyAsUser(eq(tag), eq(NO_INTERNET.eventId), any(), any()); in testDuplicatedNotificationsNoInternetThenSignIn()
168 .cancelAsUser(eq(tag), eq(NO_INTERNET.eventId), any()); in testDuplicatedNotificationsNoInternetThenSignIn()
189 mManager.showNotification(id, NO_INTERNET, mWifiNai, mCellNai, null, false); in testDuplicatedNotificationsSignInThenNoInternet()
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkNotificationManager.java53 NO_INTERNET(SystemMessage.NOTE_NETWORK_NO_INTERNET), enumConstant
181 if (notifyType == NotificationType.NO_INTERNET && transportType == TRANSPORT_WIFI) { in showNotification()
235 } else if (notifyType == NotificationType.NO_INTERNET in showNotification()
363 case NO_INTERNET: in priority()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java2651 NotificationType.NO_INTERNET); in maybeHandleNetworkMonitorMessage()
3618 case NO_INTERNET: in showNetworkNotification()
3699 showNetworkNotification(nai, NotificationType.NO_INTERNET); in handlePromptUnvalidated()