Searched refs:EXPIRED_GROUP_NOTIFICATION_ID (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
D | SnoozeAlarmsService.java | 58 AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID); in onHandleIntent() 64 if (notificationId != AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID) { in onHandleIntent()
|
D | AlertService.java | 329 AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID, false); in generateAlerts() 343 + ", notificationId:" + AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID); in generateAlerts() 347 nm.notify(AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID, notification); in generateAlerts() 349 nm.cancel(AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID); in generateAlerts()
|
D | AlertUtils.java | 46 public static final int EXPIRED_GROUP_NOTIFICATION_ID = 0; field in AlertUtils
|
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/ |
D | AlertServiceTest.java | 266 assertEquals(0, AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID); in NotificationTestManager() 412 ntm.expectTestNotification(AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID, id, PRIORITY_DEFAULT); in testSingleAlert() 420 ntm.expectTestNotification(AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID, id, PRIORITY_MIN); in testSingleAlert() 471 ntm.expectTestNotification(AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID, in testMultipleAlerts() 484 ntm.expectTestNotification(AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID, in testMultipleAlerts() 493 ntm.expectTestNotification(AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID, in testMultipleAlerts() 542 ntm.expectTestNotification(AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID, in testMultipleAlerts_max() 555 ntm.expectTestNotification(AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID, in testMultipleAlerts_max() 607 ntm.expectTestNotification(AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID, in testMultipleAlerts_sharedPreferences()
|