Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/nfc/
H A DTechListParcel.java54 String[][] techLists = new String[count][];
56 techLists[i] = source.createStringArray();
58 return new TechListParcel(techLists);
H A DINfcAdapter.aidl53 in IntentFilter[] filters, in TechListParcel techLists); in setForegroundDispatch() argument
H A DNfcAdapter.java1467 IntentFilter[] filters, String[][] techLists) { in enableForegroundDispatch() argument
1482 if (techLists != null && techLists.length > 0) { in enableForegroundDispatch()
1483 parcel = new TechListParcel(techLists); in enableForegroundDispatch()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...