Searched defs:mRouteCodeToQuiescentState (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallAudioRouteStateMachine.java1269 private HashMap<Integer, AudioState> mRouteCodeToQuiescentState; field in class:CallAudioRouteStateMachine
1327 mRouteCodeToQuiescentState = new HashMap<>(4);
1328 mRouteCodeToQuiescentState.put(ROUTE_EARPIECE, mQuiescentEarpieceRoute);
1329 mRouteCodeToQuiescentState.put(ROUTE_BLUETOOTH, mQuiescentBluetoothRoute);
1330 mRouteCodeToQuiescentState.put(ROUTE_SPEAKER, mQuiescentSpeakerRoute);
1331 mRouteCodeToQuiescentState.put(ROUTE_WIRED_HEADSET, mQuiescentHeadsetRoute);
1364 setInitialState(mRouteCodeToQuiescentState.get(initState.getRoute()));
1689 transitionTo(mRouteCodeToQuiescentState.get(initState.getRoute()));

Completed in 14 milliseconds