Searched refs:stateValue (Results 1 – 2 of 2) sorted by relevance
68 val stateValue: Int = prefs.getInt(STATE + id, Timer.State.RESET.value)69 val state: Timer.State? = Timer.State.fromValue(stateValue)
144 private void updateState(@StateType int stateType, @StateStatus int stateValue) { in updateState() argument146 mDSM.obtainMessage(event, stateValue, 0 /* arg2, not used*/).sendToTarget(); in updateState()