Searched refs:getMaxTransceiveLength (Results 1 – 3 of 3) sorted by relevance
311 public int getMaxTransceiveLength(int technology) { in getMaxTransceiveLength() method in NativeNfcManager351 if (getMaxTransceiveLength(TagTechnology.ISO_DEP) > 261) in getExtendedLengthApdusSupported()
230 int getMaxTransceiveLength(int technology); in getMaxTransceiveLength() method
1797 if (data.length > getMaxTransceiveLength(tag.getConnectedTechnology())) { in transceive()1993 public int getMaxTransceiveLength(int tech) throws RemoteException { in getMaxTransceiveLength() method in NfcService.TagService1994 return mDeviceHost.getMaxTransceiveLength(tech); in getMaxTransceiveLength()