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.java445 public int[] getTechList() { in getTechList() method in NativeNfcTag
754 int[] technologies = getTechList(); in findAndReadNdef()
/packages/apps/Nfc/src/com/android/nfc/
DDeviceHost.java67 int[] getTechList(); in getTechList() method
DNfcDispatcher.java501 String[] tagTechs = tag.getTechList(); in isTechMatch()
600 String[] tagTechs = tag.getTechList(); in tryTech()
DNfcService.java1415 public int[] getTechList(int nativeHandle) throws RemoteException { in getTechList() method in NfcService.TagService
1426 return tag.getTechList(); in getTechList()
1640 Tag newTag = new Tag(tag.getUid(), tag.getTechList(), in rediscover()
2702 Tag tag = new Tag(tagEndpoint.getUid(), tagEndpoint.getTechList(), in dispatchTagEndpoint()