Searched refs:NotificationInstance (Results 1 – 1 of 1) sorted by relevance
176 class NotificationInstance { class in AlertServiceTest181 public NotificationInstance(int alertId, int priority) { in NotificationInstance() method in AlertServiceTest.NotificationInstance186 public NotificationInstance(int[] alertIdsInDigest, int priority) { in NotificationInstance() method in AlertServiceTest.NotificationInstance257 NotificationInstance[] mExpectedNotifications;267 mExpectedNotifications = new NotificationInstance[maxNotifications + 1]; in NotificationTestManager()273 mExpectedNotifications[notificationId] = new NotificationInstance(alertId, in expectTestNotification()278 mExpectedNotifications[notificationId] = new NotificationInstance(alertIds, priority); in expectTestNotification()297 NotificationInstance expected = mExpectedNotifications[id]; in validateNotificationsAndReset()