Home
last modified time | relevance | path

Searched defs:tagTechs (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Nfc/NfcNci/src/com/android/nfc/
DNfcDispatcher.java839 String[] tagTechs = tag.getTechList(); in isTechMatch() local
1036 String[] tagTechs = tag.getTechList(); in tryTech() local
1229 boolean filterMatch(String[] tagTechs, String[] filterTechs) { in filterMatch()