Searched refs:SIGN_IN (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/tests/net/java/com/android/server/connectivity/ |
D | NetworkNotificationManagerTest.java | 208 mManager.showNotification(id, SIGN_IN, mWifiNai, mCellNai, null, false); in testDuplicatedNotificationsNoInternetThenSignIn() 212 .notifyAsUser(eq(tag), eq(SIGN_IN.eventId), any(), any()); in testDuplicatedNotificationsNoInternetThenSignIn() 216 verify(mNotificationManager, times(1)).cancelAsUser(eq(tag), eq(SIGN_IN.eventId), any()); in testDuplicatedNotificationsNoInternetThenSignIn() 225 mManager.showNotification(id, SIGN_IN, mWifiNai, mCellNai, null, false); in testDuplicatedNotificationsSignInThenNoInternet() 227 .notifyAsUser(eq(tag), eq(SIGN_IN.eventId), any(), any()); in testDuplicatedNotificationsSignInThenNoInternet() 237 verify(mNotificationManager, times(1)).cancelAsUser(eq(tag), eq(SIGN_IN.eventId), any()); in testDuplicatedNotificationsSignInThenNoInternet() 259 mManager.showNotification(id, SIGN_IN, mWifiNai, mCellNai, null, false); in testClearNotificationByType() 261 .notifyAsUser(eq(tag), eq(SIGN_IN.eventId), any(), any()); in testClearNotificationByType()
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | NetworkNotificationManager.java | 55 SIGN_IN(SystemMessage.NOTE_NETWORK_SIGN_IN), enumConstant 208 } else if (notifyType == NotificationType.SIGN_IN) { in showNotification() 277 if (notifyType == NotificationType.SIGN_IN) { in showNotification() 329 showNotification(id, NotificationType.SIGN_IN, null, null, pendingIntent, false); in setProvNotificationVisible() 363 case SIGN_IN: in priority()
|
/frameworks/base/services/core/java/com/android/server/ |
D | ConnectivityService.java | 2857 mNotifier.clearNotification(netId, NotificationType.SIGN_IN); in maybeHandleNetworkMonitorMessage() 2865 mNotifier.showNotification(netId, NotificationType.SIGN_IN, nai, null, in maybeHandleNetworkMonitorMessage()
|