Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/nfc/
DTechListParcel.java54 String[][] techLists = new String[count][];
56 techLists[i] = source.readStringArray();
58 return new TechListParcel(techLists);
DNfcAdapter.java1232 IntentFilter[] filters, String[][] techLists) { in enableForegroundDispatch() argument
1242 if (techLists != null && techLists.length > 0) { in enableForegroundDispatch()
1243 parcel = new TechListParcel(techLists); in enableForegroundDispatch()
DINfcAdapter.aidl54 in IntentFilter[] filters, in TechListParcel techLists); in setForegroundDispatch() argument