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

/packages/apps/Nfc/src/com/android/nfc/
H A DNfcDispatcher.java374 String[] tagTechs = tag.getTechList();
375 Arrays.sort(tagTechs);
377 if (filterMatch(tagTechs, filterTechs)) {
460 String[] tagTechs = tag.getTechList();
461 Arrays.sort(tagTechs);
479 if (filterMatch(tagTechs, info.techs) &&
544 boolean filterMatch(String[] tagTechs, String[] filterTechs) { argument
548 if (Arrays.binarySearch(tagTechs, tech) < 0) {

Completed in 405 milliseconds