Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerService.java75 public static Intent createUpdateNotificationIntent(Context context) { in createUpdateNotificationIntent() method in TimerService
/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimerModel.java716 final Intent updateNotification = TimerService.createUpdateNotificationIntent(mContext); in updateNotification()