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()
637 transitionTo(mUnfocusedState); in processMessage()
678 private final BaseState mUnfocusedState = new UnfocusedState(); field in CallAudioModeStateMachine
716 addState(mUnfocusedState); in createStates()
722 setInitialState(mUnfocusedState); in createStates()
796 return mUnfocusedState; in calculateProperStateFromArgs()