Searched refs:SWITCH_BASELINE_ROUTE (Results 1 – 7 of 7) sorted by relevance
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallAudioRouteAdapter.java | 27 int SWITCH_BASELINE_ROUTE = 1005; field 96 put(SWITCH_BASELINE_ROUTE, "SWITCH_BASELINE_ROUTE");
|
D | PendingAudioRoute.java | 20 import static com.android.server.telecom.CallAudioRouteAdapter.SWITCH_BASELINE_ROUTE; 100 SWITCH_BASELINE_ROUTE, INCLUDE_BLUETOOTH_IN_BASELINE, btAddressToExclude); in onMessageReceived()
|
D | CallAudioRouteStateMachine.java | 227 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()
|
D | CallAudioRouteController.java | 268 case SWITCH_BASELINE_ROUTE: in CallAudioRouteController()
|
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/ |
D | BluetoothDeviceManager.java | 22 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/ |
D | CallAudioRouteControllerTest.java | 37 import static com.android.server.telecom.CallAudioRouteAdapter.SWITCH_BASELINE_ROUTE; 713 mController.sendMessageWithSessionInfo(SWITCH_BASELINE_ROUTE, 0, (String) null); in testIgnoreLeRouteWhenServiceUnavailable()
|
D | CallAudioRouteTransitionTests.java | 730 CallAudioRouteStateMachine.SWITCH_BASELINE_ROUTE, // action in testParametersCollection()
|