Searched refs:assertNotification (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/ |
D | NetworkNotificationManagerTest.java | 282 private void assertNotification(NotificationType type, boolean ongoing, boolean autoCancel) { in assertNotification() method in NetworkNotificationManagerTest 297 assertNotification(NO_INTERNET, false /* ongoing */, true /* autoCancel */); in testDuplicatedNotificationsNoInternetThenSignIn() 300 assertNotification(SIGN_IN, false /* ongoing */, true /* autoCancel */); in testDuplicatedNotificationsNoInternetThenSignIn() 313 assertNotification(NO_INTERNET, false /* ongoing */, true /* autoCancel */); in testOngoingSignInNotification() 316 assertNotification(SIGN_IN, true /* ongoing */, true /* autoCancel */); in testOngoingSignInNotification() 329 assertNotification(NO_INTERNET, false /* ongoing */, false /* autoCancel */); in testNoAutoCancelNotification() 330 assertNotification(SIGN_IN, false /* ongoing */, false /* autoCancel */); in testNoAutoCancelNotification()
|