Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DNfcDispatcher.java374 String[] tagTechs = tag.getTechList(); in isTechMatch() local
460 String[] tagTechs = tag.getTechList(); in tryTech() local
544 boolean filterMatch(String[] tagTechs, String[] filterTechs) { in filterMatch()