Home
last modified time | relevance | path

Searched refs:getExtendedLengthApdusSupported (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/
DDeviceHost.java236 boolean getExtendedLengthApdusSupported(); in getExtendedLengthApdusSupported() method
DNfcService.java1687 public boolean getExtendedLengthApdusSupported() throws RemoteException { in getExtendedLengthApdusSupported() method in NfcService.TagService
1688 return mDeviceHost.getExtendedLengthApdusSupported(); in getExtendedLengthApdusSupported()
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcManager.java349 public boolean getExtendedLengthApdusSupported() { in getExtendedLengthApdusSupported() method in NativeNfcManager