Searched refs:techLists (Results 1 – 2 of 2) sorted by relevance
118 IntentFilter[] filters, String[][] techLists) { in setForegroundDispatch() argument122 mOverrideTechLists = techLists; in setForegroundDispatch()451 boolean isTechMatch(Tag tag, String[][] techLists) { in isTechMatch() argument452 if (techLists == null) { in isTechMatch()458 for (String[] filterTechs : techLists) { in isTechMatch()
820 String[][] techLists = null; in setForegroundDispatch() local822 techLists = techListsParcel.getTechLists(); in setForegroundDispatch()825 mNfcDispatcher.setForegroundDispatch(intent, filters, techLists); in setForegroundDispatch()