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.java508 String[] tagTechs = tag.getTechList(); in isTechMatch() local
608 String[] tagTechs = tag.getTechList(); in tryTech() local
711 boolean filterMatch(String[] tagTechs, String[] filterTechs) { in filterMatch()