Searched refs:techLists (Results 1 – 2 of 2) sorted by relevance
143 IntentFilter[] filters, String[][] techLists) { in setForegroundDispatch() argument147 mOverrideTechLists = techLists; in setForegroundDispatch()496 boolean isTechMatch(Tag tag, String[][] techLists) { in isTechMatch() argument497 if (techLists == null) { in isTechMatch()503 for (String[] filterTechs : techLists) { in isTechMatch()
1084 String[][] techLists = null; in setForegroundDispatch() local1086 techLists = techListsParcel.getTechLists(); in setForegroundDispatch()1089 mNfcDispatcher.setForegroundDispatch(intent, filters, techLists); in setForegroundDispatch()