Searched defs:techLists (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/
H A DNfcDispatcher.java128 IntentFilter[] filters, String[][] techLists) {
132 mOverrideTechLists = techLists;
475 boolean isTechMatch(Tag tag, String[][] techLists) { argument
476 if (techLists == null) {
482 for (String[] filterTechs : techLists) {
127 setForegroundDispatch(PendingIntent intent, IntentFilter[] filters, String[][] techLists) argument

Completed in 37 milliseconds