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.java261 transitionTo(mUnfocusedState); in processMessage()
844 transitionTo(mUnfocusedState); in processMessage()
885 private final BaseState mUnfocusedState = new UnfocusedState(); field in CallAudioModeStateMachine
932 addState(mUnfocusedState); in createStates()
939 setInitialState(mUnfocusedState); in createStates()
1024 return mUnfocusedState; in calculateProperStateFromArgs()