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

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

Completed in 58 milliseconds