Searched refs:setTimeString (Results 1 – 4 of 4) sorted by relevance
26 fun setTimeString(remainingTime: Long) { in setTimeString() method in com.android.deskclock.TimerTextController
33 fun setTimeString(accumulatedTime: Long) { in setTimeString() method in com.android.deskclock.StopwatchTextController
84 mTimerTextController.setTimeString(timer.remainingTime) in update()
476 mStopwatchTextController.setTimeString(totalTime) in <lambda>()