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

/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallAudioRouteStateMachine.java83 public static final int ROUTE_BLUETOOTH = CallAudioState.ROUTE_BLUETOOTH; field in class:CallAudioRouteStateMachine
145 put(CallAudioState.ROUTE_BLUETOOTH, LogUtils.Events.AUDIO_ROUTE_BT);
274 addedRoutes |= ROUTE_BLUETOOTH;
276 removedRoutes |= ROUTE_BLUETOOTH;
360 if ((mAvailableRoutes & ROUTE_BLUETOOTH) != 0) {
436 if ((mAvailableRoutes & ROUTE_BLUETOOTH) != 0) {
558 if ((mAvailableRoutes & ROUTE_BLUETOOTH) != 0) {
634 if ((mAvailableRoutes & ROUTE_BLUETOOTH) != 0) {
727 CallAudioState newState = new CallAudioState(mIsMuted, ROUTE_BLUETOOTH,
[all...]

Completed in 82 milliseconds