Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/connectivity/
DNetworkNotificationManagerTest.java203 mManager.showNotification(id, LOGGED_IN, mWifiNai, mCellNai, null, false); in testSameLevelNotifications()
205 .notifyAsUser(eq(tag), eq(LOGGED_IN.eventId), any(), any()); in testSameLevelNotifications()
221 mManager.showNotification(id, LOGGED_IN, mWifiNai, mCellNai, null, false); in testClearNotificationByType()
223 .notifyAsUser(eq(tag), eq(LOGGED_IN.eventId), any(), any()); in testClearNotificationByType()
227 mManager.clearNotification(id, LOGGED_IN); in testClearNotificationByType()
229 .cancelAsUser(eq(tag), eq(LOGGED_IN.eventId), any()); in testClearNotificationByType()
231 mManager.showNotification(id, LOGGED_IN, mWifiNai, mCellNai, null, false); in testClearNotificationByType()
233 .notifyAsUser(eq(tag), eq(LOGGED_IN.eventId), any(), any()); in testClearNotificationByType()
242 mManager.clearNotification(id, LOGGED_IN); in testClearNotificationByType()
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkNotificationManager.java54 LOGGED_IN(SystemMessage.NOTE_NETWORK_LOGGED_IN), enumConstant
114 return notifyType == NotificationType.LOGGED_IN in getIcon()
226 } else if (notifyType == NotificationType.LOGGED_IN) { in showNotification()
368 case LOGGED_IN: in priority()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java2624 showNetworkNotification(nai, NotificationType.LOGGED_IN); in maybeHandleNetworkMonitorMessage()
3610 case LOGGED_IN: in showNetworkNotification()
3640 if (type != NotificationType.LOGGED_IN) { in showNetworkNotification()
3856 mNotifier.clearNotification(msg.arg1, NotificationType.LOGGED_IN); in handleMessage()
/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java2876 anyString(), eq(NotificationType.LOGGED_IN.eventId), any(), any()); in testCaptivePortal()
2937 eq(NotificationType.LOGGED_IN.eventId), any(), eq(UserHandle.ALL)); in testCaptivePortalApp()