Searched refs:techLists (Results 1 – 2 of 2) sorted by relevance
162 IntentFilter[] filters, String[][] techLists) { in setForegroundDispatch() argument166 mOverrideTechLists = techLists; in setForegroundDispatch()777 boolean isTechMatch(Tag tag, String[][] techLists) { in isTechMatch() argument778 if (techLists == null) { in isTechMatch()784 for (String[] filterTechs : techLists) { in isTechMatch()
1931 String[][] techLists = null; in setForegroundDispatch() local1933 techLists = techListsParcel.getTechLists(); in setForegroundDispatch()1936 mNfcDispatcher.setForegroundDispatch(intent, filters, techLists); in setForegroundDispatch()