Home
last modified time | relevance | path

Searched refs:addMinute (Results 1 – 3 of 3) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimerNotificationBuilder.java108 final Intent addMinute = new Intent(context, TimerService.class) in build() local
114 final PendingIntent intent2 = Utils.pendingServiceIntent(context, addMinute); in build()
DTimer.java364 Timer addMinute() { in addMinute() method in Timer
DDataModel.java579 mTimerModel.updateTimer(timer.addMinute()); in addTimerMinute()