Home
last modified time | relevance | path

Searched refs: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
840 Arrays.sort(tagTechs); in isTechMatch()
842 if (filterMatch(tagTechs, filterTechs)) { in isTechMatch()
1036 String[] tagTechs = tag.getTechList(); in tryTech() local
1037 Arrays.sort(tagTechs); in tryTech()
1060 if (filterMatch(tagTechs, info.techs) in tryTech()
1229 boolean filterMatch(String[] tagTechs, String[] filterTechs) { in filterMatch() argument
1233 if (Arrays.binarySearch(tagTechs, tech) < 0) { in filterMatch()