Home
last modified time | relevance | path

Searched refs:getUnexpiredTimerNotificationId (Results 1 – 2 of 2) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/data/
DNotificationModel.java50 int getUnexpiredTimerNotificationId() { in getUnexpiredTimerNotificationId() method in NotificationModel
DTimerModel.java591 mNotificationManager.cancel(mNotificationModel.getUnexpiredTimerNotificationId()); in updateNotification()
605 mNotificationManager.cancel(mNotificationModel.getUnexpiredTimerNotificationId()); in updateNotification()
713 final int notificationId = mNotificationModel.getUnexpiredTimerNotificationId(); in updateNotification()