Searched defs:addMinute (Results 1 – 3 of 3) 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
108 val addMinute: Intent = Intent(context, TimerService::class.java) in build() constant