Home
last modified time | relevance | path

Searched refs:techLists (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/
DNfcDispatcher.java143 IntentFilter[] filters, String[][] techLists) { in setForegroundDispatch() argument
147 mOverrideTechLists = techLists; in setForegroundDispatch()
496 boolean isTechMatch(Tag tag, String[][] techLists) { in isTechMatch() argument
497 if (techLists == null) { in isTechMatch()
503 for (String[] filterTechs : techLists) { in isTechMatch()
DNfcService.java1084 String[][] techLists = null; in setForegroundDispatch() local
1086 techLists = techListsParcel.getTechLists(); in setForegroundDispatch()
1089 mNfcDispatcher.setForegroundDispatch(intent, filters, techLists); in setForegroundDispatch()