Home | History | Annotate | Download | only in telecom

Lines Matching refs:bluetoothAdapter

19 import android.bluetooth.BluetoothAdapter;
421 .getIntExtra(BluetoothAdapter.EXTRA_STATE, BluetoothAdapter.ERROR);
423 if (state == BluetoothAdapter.STATE_ON) {
455 BluetoothAdapterProxy bluetoothAdapter,
464 mBluetoothAdapter = bluetoothAdapter;
471 IntentFilter intentFilter = new IntentFilter(BluetoothAdapter.ACTION_STATE_CHANGED);