Home
last modified time | relevance | path

Searched refs:addMinute (Results 1 – 4 of 4) 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.kt108 val addMinute: Intent = Intent(context, TimerService::class.java) in build() constant
114 val intent2: PendingIntent = Utils.pendingServiceIntent(context, addMinute) in build()
DTimer.kt309 fun addMinute(): Timer { in <lambda>() method
DDataModel.kt570 mTimerModel?.updateTimer(timer.addMinute()) in addTimerMinute()