Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioModeStateMachine.java212 transitionTo(mUnfocusedState); in processMessage()
625 transitionTo(mUnfocusedState); in processMessage()
666 private final BaseState mUnfocusedState = new UnfocusedState(); field in CallAudioModeStateMachine
704 addState(mUnfocusedState); in createStates()
710 setInitialState(mUnfocusedState); in createStates()
784 return mUnfocusedState; in calculateProperStateFromArgs()