Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRouteAdapter.java27 int SWITCH_BASELINE_ROUTE = 1005; field
96 put(SWITCH_BASELINE_ROUTE, "SWITCH_BASELINE_ROUTE");
DPendingAudioRoute.java20 import static com.android.server.telecom.CallAudioRouteAdapter.SWITCH_BASELINE_ROUTE;
100 SWITCH_BASELINE_ROUTE, INCLUDE_BLUETOOTH_IN_BASELINE, btAddressToExclude); in onMessageReceived()
DCallAudioRouteStateMachine.java227 case SWITCH_BASELINE_ROUTE: in processMessage()
711 sendInternalMessage(SWITCH_BASELINE_ROUTE, INCLUDE_BLUETOOTH_IN_BASELINE); in processMessage()
1088 sendInternalMessage(SWITCH_BASELINE_ROUTE, NO_INCLUDE_BLUETOOTH_IN_BASELINE); in handleBtInitiatedDisconnect()
1220 sendInternalMessage(SWITCH_BASELINE_ROUTE, INCLUDE_BLUETOOTH_IN_BASELINE); in processMessage()
1302 sendInternalMessage(SWITCH_BASELINE_ROUTE, INCLUDE_BLUETOOTH_IN_BASELINE); in processMessage()
1354 sendInternalMessage(SWITCH_BASELINE_ROUTE, INCLUDE_BLUETOOTH_IN_BASELINE); in processMessage()
DCallAudioRouteController.java268 case SWITCH_BASELINE_ROUTE: in CallAudioRouteController()
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothDeviceManager.java22 import static com.android.server.telecom.CallAudioRouteAdapter.SWITCH_BASELINE_ROUTE;
261 SWITCH_BASELINE_ROUTE, INCLUDE_BLUETOOTH_IN_BASELINE, (String) null); in handleAudioRefactoringServiceDisconnected()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioRouteControllerTest.java37 import static com.android.server.telecom.CallAudioRouteAdapter.SWITCH_BASELINE_ROUTE;
713 mController.sendMessageWithSessionInfo(SWITCH_BASELINE_ROUTE, 0, (String) null); in testIgnoreLeRouteWhenServiceUnavailable()
DCallAudioRouteTransitionTests.java730 CallAudioRouteStateMachine.SWITCH_BASELINE_ROUTE, // action in testParametersCollection()