Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java1103 public int[] getTechList(int nativeHandle) throws RemoteException { in getTechList() method in NfcService.TagService
1114 return tag.getTechList(); in getTechList()
1327 Tag newTag = new Tag(tag.getUid(), tag.getTechList(), in rediscover()
1907 Tag tag = new Tag(tagEndpoint.getUid(), tagEndpoint.getTechList(), in dispatchTagEndpoint()
DNfcDispatcher.java374 String[] tagTechs = tag.getTechList(); in isTechMatch()
460 String[] tagTechs = tag.getTechList(); in tryTech()
DDeviceHost.java62 int[] getTechList(); in getTechList() method
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcTag.java429 public int[] getTechList() { in getTechList() method in NativeNfcTag
738 int[] technologies = getTechList(); in findAndReadNdef()
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
DNativeNfcTag.java438 public int[] getTechList() { in getTechList() method in NativeNfcTag
728 int[] technologies = getTechList(); in findAndReadNdef()