Home
last modified time | relevance | path

Searched refs: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
375 Arrays.sort(tagTechs); in isTechMatch()
377 if (filterMatch(tagTechs, filterTechs)) { in isTechMatch()
460 String[] tagTechs = tag.getTechList(); in tryTech() local
461 Arrays.sort(tagTechs); in tryTech()
479 if (filterMatch(tagTechs, info.techs) && in tryTech()
544 boolean filterMatch(String[] tagTechs, String[] filterTechs) { in filterMatch() argument
548 if (Arrays.binarySearch(tagTechs, tech) < 0) { in filterMatch()