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.java80 private final boolean mDeviceSupportsBluetooth; field in NfcDispatcher
99 mDeviceSupportsBluetooth = BluetoothAdapter.getDefaultAdapter() != null; in NfcDispatcher()
586 if (m == null || !mDeviceSupportsBluetooth) return false; in tryPeripheralHandover()