Home
last modified time | relevance | path

Searched refs:mDeviceSupportsBluetooth (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/
DNfcDispatcher.java101 private final boolean mDeviceSupportsBluetooth; field in NfcDispatcher
126 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()