Home
last modified time | relevance | path

Searched refs:stateIndex (Results 1 – 1 of 1) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/data/
DStopwatchDAO.kt48 val stateIndex: Int = prefs.getInt(STATE, Stopwatch.State.RESET.ordinal) in getStopwatch() constant
49 val state = Stopwatch.State.values()[stateIndex] in getStopwatch()