Searched defs:getExtendedLengthApdusSupported (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeNfcManager.java301 public boolean getExtendedLengthApdusSupported() { method in class:NativeNfcManager
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
H A DNativeNfcManager.java375 public boolean getExtendedLengthApdusSupported() { method in class:NativeNfcManager
/packages/apps/Nfc/src/com/android/nfc/
H A DDeviceHost.java247 boolean getExtendedLengthApdusSupported(); method in interface:DeviceHost
H A DNfcService.java1537 public boolean getExtendedLengthApdusSupported() throws RemoteException { method in class:NfcService.TagService
1538 return mDeviceHost.getExtendedLengthApdusSupported();

Completed in 81 milliseconds