Searched refs:stateIndex (Results 1 – 1 of 1) sorted by relevance
48 val stateIndex: Int = prefs.getInt(STATE, Stopwatch.State.RESET.ordinal) in getStopwatch() constant49 val state = Stopwatch.State.values()[stateIndex] in getStopwatch()