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.java446 public int getConnectedTechnology() { in getConnectedTechnology() method in NativeNfcTag
797 getConnectedTechnology(), in findAndReadNdef()
813 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.java1187 if (data.length > getMaxTransceiveLength(tag.getConnectedTechnology())) { in transceive()
1749 if (tag.getConnectedTechnology() == TagTechnology.NFC_BARCODE) { in handleMessage()