Searched refs:mDeviceSupportsBluetooth (Results 1 – 1 of 1) sorted by relevance
93 private final boolean mDeviceSupportsBluetooth; field in NfcDispatcher115 mDeviceSupportsBluetooth = BluetoothAdapter.getDefaultAdapter() != null; in NfcDispatcher()654 if (m == null || !mDeviceSupportsBluetooth) return false; in tryPeripheralHandover()