Home
last modified time | relevance | path

Searched refs:getTechList (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcTag.java448 public int[] getTechList() { in getTechList() method in NativeNfcTag
784 int[] technologies = getTechList(); in findAndReadNdef()
883 int[] technologies = getTechList(); in findNdef()
/packages/apps/Nfc/src/com/android/nfc/
DDeviceHost.java70 int[] getTechList(); in getTechList() method
DNfcDispatcher.java579 String[] tagTechs = tag.getTechList(); in isTechMatch()
682 String[] tagTechs = tag.getTechList(); in tryTech()
DNfcService.java1812 public int[] getTechList(int nativeHandle) throws RemoteException { in getTechList() method in NfcService.TagService
1823 return tag.getTechList(); in getTechList()
2039 Tag newTag = new Tag(tag.getUid(), tag.getTechList(), in rediscover()
3122 Tag tag = new Tag(tagEndpoint.getUid(), tagEndpoint.getTechList(), in dispatchTagEndpoint()