Home
last modified time | relevance | path

Searched defs:addMinute (Results 1 – 3 of 3) 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
415 final Button addMinute = timerItem.findViewById(R.id.reset_add); in clickAdd_addsOneMinuteToSecondTimer() local
/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimer.kt309 fun addMinute(): Timer { in <lambda>() method
DTimerNotificationBuilder.kt108 val addMinute: Intent = Intent(context, TimerService::class.java) in build() constant