Loading src/com/android/server/telecom/BluetoothPhoneServiceImpl.java +1 −0 Original line number Diff line number Diff line Loading @@ -408,6 +408,7 @@ public class BluetoothPhoneServiceImpl { public void onServiceConnected(int profile, BluetoothProfile proxy) { synchronized (mLock) { setBluetoothHeadset(new BluetoothHeadsetProxy((BluetoothHeadset) proxy)); updateHeadsetWithCallState(true /* force */); } } Loading Loading
src/com/android/server/telecom/BluetoothPhoneServiceImpl.java +1 −0 Original line number Diff line number Diff line Loading @@ -408,6 +408,7 @@ public class BluetoothPhoneServiceImpl { public void onServiceConnected(int profile, BluetoothProfile proxy) { synchronized (mLock) { setBluetoothHeadset(new BluetoothHeadsetProxy((BluetoothHeadset) proxy)); updateHeadsetWithCallState(true /* force */); } } Loading