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