Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/services/
DFileOperationServiceTest.java306 mTestNotificationManager.assertHasNotification( in testNotificationUpdateAfterForegroundJobSwitch()
310 mTestNotificationManager.assertHasNotification( in testNotificationUpdateAfterForegroundJobSwitch()
315 mTestNotificationManager.assertHasNotification( in testNotificationUpdateAfterForegroundJobSwitch()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
DTestNotificationManager.java98 void assertHasNotification(int id, String jobid) { in assertHasNotification() method in TestNotificationManager