Searched refs:assertNotification (Results 1 – 1 of 1) sorted by relevance
| /packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/ |
| D | NetworkNotificationManagerTest.java | 289 private void assertNotification(NotificationType type, boolean ongoing, boolean autoCancel) { in assertNotification() method in NetworkNotificationManagerTest 304 assertNotification(NO_INTERNET, false /* ongoing */, true /* autoCancel */); in testDuplicatedNotificationsNoInternetThenSignIn() 307 assertNotification(SIGN_IN, false /* ongoing */, true /* autoCancel */); in testDuplicatedNotificationsNoInternetThenSignIn() 320 assertNotification(NO_INTERNET, false /* ongoing */, true /* autoCancel */); in testOngoingSignInNotification() 323 assertNotification(SIGN_IN, true /* ongoing */, true /* autoCancel */); in testOngoingSignInNotification() 336 assertNotification(NO_INTERNET, false /* ongoing */, false /* autoCancel */); in testNoAutoCancelNotification() 337 assertNotification(SIGN_IN, false /* ongoing */, false /* autoCancel */); in testNoAutoCancelNotification()
|