Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/connectivity/
DNetworkNotificationManagerTest.java166 mManager.showNotification(id, SIGN_IN, mWifiNai, mCellNai, null, false); in testDuplicatedNotificationsNoInternetThenSignIn()
170 .notifyAsUser(eq(tag), eq(SIGN_IN.eventId), any(), any()); in testDuplicatedNotificationsNoInternetThenSignIn()
174 verify(mNotificationManager, times(1)).cancelAsUser(eq(tag), eq(SIGN_IN.eventId), any()); in testDuplicatedNotificationsNoInternetThenSignIn()
183 mManager.showNotification(id, SIGN_IN, mWifiNai, mCellNai, null, false); in testDuplicatedNotificationsSignInThenNoInternet()
185 .notifyAsUser(eq(tag), eq(SIGN_IN.eventId), any(), any()); in testDuplicatedNotificationsSignInThenNoInternet()
195 verify(mNotificationManager, times(1)).cancelAsUser(eq(tag), eq(SIGN_IN.eventId), any()); in testDuplicatedNotificationsSignInThenNoInternet()
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkNotificationManager.java50 SIGN_IN(SystemMessage.NOTE_NETWORK_SIGN_IN); enumConstant
177 } else if (notifyType == NotificationType.SIGN_IN) { in showNotification()
228 if (notifyType == NotificationType.SIGN_IN) { in showNotification()
268 showNotification(id, NotificationType.SIGN_IN, null, null, pendingIntent, false); in setProvNotificationVisible()
298 case SIGN_IN: in priority()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java2294 mNotifier.showNotification(netId, NotificationType.SIGN_IN, nai, null, in maybeHandleNetworkMonitorMessage()