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()
228 int getMaxTransceiveLength(int technology); in getMaxTransceiveLength() method
1486 if (data.length > getMaxTransceiveLength(tag.getConnectedTechnology())) { in transceive()1682 public int getMaxTransceiveLength(int tech) throws RemoteException { in getMaxTransceiveLength() method in NfcService.TagService1683 return mDeviceHost.getMaxTransceiveLength(tech); in getMaxTransceiveLength()