Loading android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java +0 −5 Original line number Diff line number Diff line Loading @@ -192,10 +192,6 @@ public class BluetoothInCallService extends InCallService { @Override public void onReceive(Context context, Intent intent) { synchronized (LOCK) { if (intent.getAction() != BluetoothAdapter.ACTION_STATE_CHANGED) { Log.w(TAG, "BluetoothAdapterReceiver: Intent action " + intent.getAction()); return; } int state = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, BluetoothAdapter.ERROR); Log.d(TAG, "Bluetooth Adapter state: " + state); Loading @@ -207,7 +203,6 @@ public class BluetoothInCallService extends InCallService { } } } ; /** Receives events for global state changes of the bluetooth adapter. */ // TODO: The code is moved from Telecom stack. Since we're running in the BT process itself, Loading Loading
android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java +0 −5 Original line number Diff line number Diff line Loading @@ -192,10 +192,6 @@ public class BluetoothInCallService extends InCallService { @Override public void onReceive(Context context, Intent intent) { synchronized (LOCK) { if (intent.getAction() != BluetoothAdapter.ACTION_STATE_CHANGED) { Log.w(TAG, "BluetoothAdapterReceiver: Intent action " + intent.getAction()); return; } int state = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, BluetoothAdapter.ERROR); Log.d(TAG, "Bluetooth Adapter state: " + state); Loading @@ -207,7 +203,6 @@ public class BluetoothInCallService extends InCallService { } } } ; /** Receives events for global state changes of the bluetooth adapter. */ // TODO: The code is moved from Telecom stack. Since we're running in the BT process itself, Loading