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

/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DSnoozeAlarmsService.java58 AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID);
64 if (notificationId != AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID) {
H A DAlertService.java382 AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID, false,
398 + ", notificationId:" + AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID);
402 nm.notify(AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID, notification);
404 nm.cancel(AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID);
H A DAlertUtils.java51 public static final int EXPIRED_GROUP_NOTIFICATION_ID = 0; field in class:AlertUtils
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/
H A DAlertServiceTest.java265 assertEquals(0, AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID);
429 ntm.expectTestNotification(AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID, id, PRIORITY_MIN);
437 ntm.expectTestNotification(AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID, id, PRIORITY_MIN);
489 ntm.expectTestNotification(AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID,
502 ntm.expectTestNotification(AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID,
511 ntm.expectTestNotification(AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID,
561 ntm.expectTestNotification(AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID,
574 ntm.expectTestNotification(AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID,
680 ntm.expectTestNotification(AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID, id1, PRIORITY_MIN);
691 ntm.expectTestNotification(AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID, ne
[all...]

Completed in 79 milliseconds