Loading src/com/android/server/telecom/CallEndpointController.java +6 −0 Original line number Diff line number Diff line Loading @@ -280,6 +280,12 @@ public class CallEndpointController extends CallsManagerListenerBase { return true; } if (newState.getRoute() == CallAudioState.ROUTE_BLUETOOTH) { if (oldState.getActiveBluetoothDevice() == null) { if (newState.getActiveBluetoothDevice() == null) { return false; } return true; } return !oldState.getActiveBluetoothDevice().equals(newState.getActiveBluetoothDevice()); } return false; Loading Loading
src/com/android/server/telecom/CallEndpointController.java +6 −0 Original line number Diff line number Diff line Loading @@ -280,6 +280,12 @@ public class CallEndpointController extends CallsManagerListenerBase { return true; } if (newState.getRoute() == CallAudioState.ROUTE_BLUETOOTH) { if (oldState.getActiveBluetoothDevice() == null) { if (newState.getActiveBluetoothDevice() == null) { return false; } return true; } return !oldState.getActiveBluetoothDevice().equals(newState.getActiveBluetoothDevice()); } return false; Loading