Searched refs:addMinute (Results 1 – 7 of 7) sorted by relevance
392 final Button addMinute = timerItem.findViewById(R.id.reset_add); in clickAdd_addsOneMinuteToTimer() local398 addMinute.performClick(); in clickAdd_addsOneMinuteToTimer()415 final Button addMinute = timerItem.findViewById(R.id.reset_add); in clickAdd_addsOneMinuteToSecondTimer() local423 addMinute.performClick(); in clickAdd_addsOneMinuteToSecondTimer()
97 val addMinute: Intent = Intent(context, TimerService::class.java) in build() constant103 val intent2: PendingIntent = Utils.pendingServiceIntent(context, addMinute) in build()
97 final Intent addMinute = new Intent(context, TimerService.class) in build() local103 final PendingIntent intent2 = Utils.pendingServiceIntent(context, addMinute); in build()
364 Timer addMinute() { in addMinute() method in Timer
309 fun addMinute(): Timer { in <lambda>() method
582 mTimerModel.updateTimer(timer.addMinute()); in addTimerMinute()
570 mTimerModel?.updateTimer(timer.addMinute()) in addTimerMinute()