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

/packages/apps/Nfc/src/com/android/nfc/
H A DNfcDispatcher.java116 IntentFilter[] filters, String[][] techLists) {
120 mOverrideTechLists = techLists;
438 boolean isTechMatch(Tag tag, String[][] techLists) { argument
439 if (techLists == null) {
445 for (String[] filterTechs : techLists) {
115 setForegroundDispatch(PendingIntent intent, IntentFilter[] filters, String[][] techLists) argument

Completed in 11 milliseconds