AlertServiceTest.java | 397 NotificationTestManager ntm = new NotificationTestManager(at.mAlerts, local 402 AlertService.generateAlerts(mContext, ntm, new MockAlarmManager(mContext), prefs, 404 ntm.validateNotificationsAndReset(); 413 NotificationTestManager ntm = new NotificationTestManager(at.mAlerts, local 420 ntm.expectTestNotification(1, id, PRIORITY_HIGH); 422 AlertService.generateAlerts(mContext, ntm, alarmMgr, prefs, at.getAlertCursor(), currentTime, 424 ntm.validateNotificationsAndReset(); // This wipes out notification 429 ntm.expectTestNotification(AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID, id, PRIORITY_MIN); 431 AlertService.generateAlerts(mContext, ntm, alarmMgr, prefs, at.getAlertCursor(), currentTime, 433 ntm.validateNotificationsAndReset() 450 NotificationTestManager ntm = new NotificationTestManager(at.mAlerts, maxNotifications); local 554 NotificationTestManager ntm = new NotificationTestManager(at.mAlerts, maxNotifications); local 588 NotificationTestManager ntm = new NotificationTestManager(at.mAlerts, local 613 NotificationTestManager ntm = new NotificationTestManager(at.mAlerts, local [all...] |