Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcManager.java311 public int getMaxTransceiveLength(int technology) { in getMaxTransceiveLength() method in NativeNfcManager
351 if (getMaxTransceiveLength(TagTechnology.ISO_DEP) > 261) in getExtendedLengthApdusSupported()
/packages/apps/Nfc/src/com/android/nfc/
DDeviceHost.java230 int getMaxTransceiveLength(int technology); in getMaxTransceiveLength() method
DNfcService.java1797 if (data.length > getMaxTransceiveLength(tag.getConnectedTechnology())) { in transceive()
1993 public int getMaxTransceiveLength(int tech) throws RemoteException { in getMaxTransceiveLength() method in NfcService.TagService
1994 return mDeviceHost.getMaxTransceiveLength(tech); in getMaxTransceiveLength()