Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcTag.java451 public int getConnectedTechnology() { in getConnectedTechnology() method in NativeNfcTag
802 getConnectedTechnology(), in findAndReadNdef()
818 getConnectedTechnology(), in findAndReadNdef()
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
DNativeNfcTag.java455 public int getConnectedTechnology() { in getConnectedTechnology() method in NativeNfcTag
787 getConnectedTechnology(), in findAndReadNdef()
803 getConnectedTechnology(), in findAndReadNdef()
/packages/apps/Nfc/src/com/android/nfc/
DDeviceHost.java78 int getConnectedTechnology(); in getConnectedTechnology() method
DNfcService.java1188 if (data.length > getMaxTransceiveLength(tag.getConnectedTechnology())) { in transceive()
1849 if (tag.getConnectedTechnology() == TagTechnology.NFC_BARCODE) { in handleMessage()