Searched defs:addMinute (Results 1 – 5 of 5) sorted by relevance
392 final Button addMinute = timerItem.findViewById(R.id.reset_add); in clickAdd_addsOneMinuteToTimer() local415 final Button addMinute = timerItem.findViewById(R.id.reset_add); in clickAdd_addsOneMinuteToSecondTimer() local
309 fun addMinute(): Timer { in <lambda>() method
364 Timer addMinute() { in addMinute() method in Timer
97 final Intent addMinute = new Intent(context, TimerService.class) in build() local
97 val addMinute: Intent = Intent(context, TimerService::class.java) in build() constant