HomeSort by relevance Sort by last modified time
    Searched refs:EXPIRED_GROUP_NOTIFICATION_ID (Results 1 - 4 of 4) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/alerts/
SnoozeAlarmsService.java 58 AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID);
64 if (notificationId != AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID) {
AlertService.java 373 AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID, false,
389 + ", notificationId:" + AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID);
393 nm.notify(AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID, notification);
395 nm.cancel(AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID);
    [all...]
AlertUtils.java 51 public static final int EXPIRED_GROUP_NOTIFICATION_ID = 0;
  /packages/apps/Calendar/tests/src/com/android/calendar/alerts/
AlertServiceTest.java 265 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, new int[] {id3, id1}
    [all...]

Completed in 56 milliseconds