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

/packages/apps/Nfc/src/com/android/nfc/
H A DDeviceHost.java198 int getMaxTransceiveLength(int technology); method in interface:DeviceHost
H A DNfcService.java944 if (data.length > getMaxTransceiveLength(tag.getConnectedTechnology())) {
1140 public int getMaxTransceiveLength(int tech) throws RemoteException { method in class:NfcService.TagService
1143 return mDeviceHost.getMaxTransceiveLength(tech);
/packages/apps/Nfc/src/com/android/nfc/nxp/
H A DNativeNfcManager.java222 public int getMaxTransceiveLength(int technology) { method in class:NativeNfcManager

Completed in 30 milliseconds