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