Home
last modified time | relevance | path

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

/packages/apps/DeskClock/tests/src/com/android/deskclock/timer/
DTimerFragmentTest.java392 final Button addMinute = timerItem.findViewById(R.id.reset_add); in clickAdd_addsOneMinuteToTimer() local
398 addMinute.performClick(); in clickAdd_addsOneMinuteToTimer()
415 final Button addMinute = timerItem.findViewById(R.id.reset_add); in clickAdd_addsOneMinuteToSecondTimer() local
423 addMinute.performClick(); in clickAdd_addsOneMinuteToSecondTimer()
/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimerNotificationBuilder.kt97 val addMinute: Intent = Intent(context, TimerService::class.java) in build() constant
103 val intent2: PendingIntent = Utils.pendingServiceIntent(context, addMinute) in build()
DTimerNotificationBuilder.java97 final Intent addMinute = new Intent(context, TimerService.class) in build() local
103 final PendingIntent intent2 = Utils.pendingServiceIntent(context, addMinute); in build()
DTimer.java364 Timer addMinute() { in addMinute() method in Timer
DTimer.kt309 fun addMinute(): Timer { in <lambda>() method
DDataModel.java582 mTimerModel.updateTimer(timer.addMinute()); in addTimerMinute()
DDataModel.kt570 mTimerModel?.updateTimer(timer.addMinute()) in addTimerMinute()