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

/packages/apps/Nfc/src/com/android/nfc/
H A DDeviceHost.java241 int getMaxTransceiveLength(int technology); method in interface:DeviceHost
H A DNfcService.java1341 if (data.length > getMaxTransceiveLength(tag.getConnectedTechnology())) {
1532 public int getMaxTransceiveLength(int tech) throws RemoteException { method in class:NfcService.TagService
1533 return mDeviceHost.getMaxTransceiveLength(tech);
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeNfcManager.java260 public int getMaxTransceiveLength(int technology) { method in class:NativeNfcManager
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
H A DNativeNfcManager.java325 public int getMaxTransceiveLength(int technology) { method in class:NativeNfcManager

Completed in 47 milliseconds