HomeSort by relevance Sort by last modified time
    Searched refs:filterMatch (Results 1 - 5 of 5) sorted by null

  /packages/apps/Nfc/src/com/android/nfc/
NfcDispatcher.java 328 if (filterMatch(tagTechs, filterTechs)) {
430 if (filterMatch(tagTechs, info.techs) &&
477 boolean filterMatch(String[] tagTechs, String[] filterTechs) {