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

/packages/apps/Nfc/src/com/android/nfc/
H A DDeviceHost.java223 int getMaxTransceiveLength(int technology); method in interface:DeviceHost
H A DNfcService.java1064 if (data.length > getMaxTransceiveLength(tag.getConnectedTechnology())) {
1255 public int getMaxTransceiveLength(int tech) throws RemoteException { method in class:NfcService.TagService
1256 return mDeviceHost.getMaxTransceiveLength(tech);
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeNfcManager.java244 public int getMaxTransceiveLength(int technology) { method in class:NativeNfcManager
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
H A DNativeNfcManager.java295 public int getMaxTransceiveLength(int technology) { method in class:NativeNfcManager

Completed in 100 milliseconds