Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DDeviceHost.java173 int getMaxTransceiveLength(int technology); in getMaxTransceiveLength() method
DNfcService.java2906 if (data.length > getMaxTransceiveLength(tag.getConnectedTechnology())) { in transceive()
3124 public int getMaxTransceiveLength(int tech) throws RemoteException { in getMaxTransceiveLength() method in NfcService.TagService
3125 return mDeviceHost.getMaxTransceiveLength(tech); in getMaxTransceiveLength()
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcManager.java290 public int getMaxTransceiveLength(int technology) { in getMaxTransceiveLength() method in NativeNfcManager
317 if (getMaxTransceiveLength(TagTechnology.ISO_DEP) > 261) return true; in getExtendedLengthApdusSupported()
/packages/apps/Nfc/apex/hiddenapi/
Dhiddenapi-max-target-o.txt342 Landroid/nfc/INfcTag$Stub$Proxy;->getMaxTransceiveLength(I)I
382 Landroid/nfc/INfcTag;->getMaxTransceiveLength(I)I