Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRouteStateMachine.java476 transitionTo(mQuiescentBluetoothRoute); in processMessage()
681 transitionTo(mQuiescentBluetoothRoute); in processMessage()
1258 transitionTo(mQuiescentBluetoothRoute); in processMessage()
1397 private final QuiescentBluetoothRoute mQuiescentBluetoothRoute = new QuiescentBluetoothRoute(); field in CallAudioRouteStateMachine
1493 addState(mQuiescentBluetoothRoute); in createStates()
1499 mStateNameToRouteCode.put(mQuiescentBluetoothRoute.getName(), ROUTE_BLUETOOTH); in createStates()
1510 mRouteCodeToQuiescentState.put(ROUTE_BLUETOOTH, mQuiescentBluetoothRoute); in createStates()