Home
last modified time | relevance | path

Searched defs:addMinute (Results 1 – 5 of 5) 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
DTimer.java364 Timer addMinute() { in addMinute() method in Timer
DTimerNotificationBuilder.java97 final Intent addMinute = new Intent(context, TimerService.class) in build() local
DTimerNotificationBuilder.kt97 val addMinute: Intent = Intent(context, TimerService::class.java) in build() constant