Searched refs:createNotificationInfo (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Calendar/tests/src/com/android/calendar/alerts/
H A DAlertServiceTest.java710 private NotificationInfo createNotificationInfo(long eventId) { method in class:AlertServiceTest
904 threeItemList.add(createNotificationInfo(5));
905 threeItemList.add(createNotificationInfo(4));
906 threeItemList.add(createNotificationInfo(3));
942 high.add(createNotificationInfo(5));
943 high.add(createNotificationInfo(4));
944 high.add(createNotificationInfo(3));
945 high.add(createNotificationInfo(2));
946 high.add(createNotificationInfo(1));
972 high.add(createNotificationInfo(
[all...]

Completed in 259 milliseconds