Searched refs:mDeviceSupportsBluetooth (Results 1 – 1 of 1) sorted by relevance
94 private final boolean mDeviceSupportsBluetooth; field in NfcDispatcher116 mDeviceSupportsBluetooth = BluetoothAdapter.getDefaultAdapter() != null; in NfcDispatcher()662 if (m == null || !mDeviceSupportsBluetooth) return false; in tryPeripheralHandover()796 proto.write(NfcDispatcherProto.DEVICE_SUPPORTS_BLUETOOTH, mDeviceSupportsBluetooth); in dumpDebug()