Home
last modified time | relevance | path

Searched refs:assertNumberOfNotifications (Results 1 – 2 of 2) sorted by relevance

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/services/
DFileOperationServiceTest.java296 mTestNotificationManager.assertNumberOfNotifications(0); in testAllNotificationsDismissedAfterShutdown()
322 mTestNotificationManager.assertNumberOfNotifications(0); in testNotificationUpdateAfterForegroundJobSwitch()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
DTestNotificationManager.java89 void assertNumberOfNotifications(int expect) { in assertNumberOfNotifications() method in TestNotificationManager