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

/frameworks/base/core/java/android/nfc/
H A DNfcAdapter.java1322 * <p>If you pass {@code null} for both the {@code filters} and {@code techLists} parameters
1336 * @param techLists the tech lists used to perform matching for dispatching of the
1342 IntentFilter[] filters, String[][] techLists) {
1357 if (techLists != null && techLists.length > 0) {
1358 parcel = new TechListParcel(techLists);
1341 enableForegroundDispatch(Activity activity, PendingIntent intent, IntentFilter[] filters, String[][] techLists) argument

Completed in 69 milliseconds