Home
last modified time | relevance | path

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

/packages/apps/Calendar/tests/src/com/android/calendar/alerts/
DAlertServiceTest.java255 class NotificationTestManager extends NotificationMgr { class in AlertServiceTest
264 public NotificationTestManager(ArrayList<Alert> alerts, int maxNotifications) { in NotificationTestManager() method in AlertServiceTest.NotificationTestManager
397 NotificationTestManager ntm = new NotificationTestManager(at.mAlerts, in testGenerateAlerts_none()
413 NotificationTestManager ntm = new NotificationTestManager(at.mAlerts, in testGenerateAlerts_single()
450 NotificationTestManager ntm = new NotificationTestManager(at.mAlerts, maxNotifications); in testGenerateAlerts_multiple()
554 NotificationTestManager ntm = new NotificationTestManager(at.mAlerts, maxNotifications); in testGenerateAlerts_maxAlerts()
569 ntm = new NotificationTestManager(at.mAlerts, maxNotifications); in testGenerateAlerts_maxAlerts()
588 NotificationTestManager ntm = new NotificationTestManager(at.mAlerts, in testGenerateAlerts_sharedPreferences()
613 NotificationTestManager ntm = new NotificationTestManager(at.mAlerts, in testGenerateAlerts_refreshTime()