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.java223 int getMaxTransceiveLength(int technology); in getMaxTransceiveLength() method
DNfcService.java1188 if (data.length > getMaxTransceiveLength(tag.getConnectedTechnology())) { in transceive()
1379 public int getMaxTransceiveLength(int tech) throws RemoteException { in getMaxTransceiveLength() method in NfcService.TagService
1380 return mDeviceHost.getMaxTransceiveLength(tech); in getMaxTransceiveLength()
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
DNativeNfcManager.java300 public int getMaxTransceiveLength(int technology) { in getMaxTransceiveLength() method in NativeNfcManager
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcManager.java270 public int getMaxTransceiveLength(int technology) { in getMaxTransceiveLength() method in NativeNfcManager