Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/nfc/
H A DTechListParcel.java54 String[][] techLists = new String[count][];
56 techLists[i] = source.readStringArray();
58 return new TechListParcel(techLists);
H A DINfcAdapter.aidl56 in IntentFilter[] filters, in TechListParcel techLists); in setForegroundDispatch() argument
H A DNfcAdapter.java1576 IntentFilter[] filters, String[][] techLists) { in enableForegroundDispatch() argument
1591 if (techLists != null && techLists.length > 0) { in enableForegroundDispatch()
1592 parcel = new TechListParcel(techLists); in enableForegroundDispatch()
/aosp12/packages/apps/Nfc/src/com/android/nfc/
H A DNfcDispatcher.java144 IntentFilter[] filters, String[][] techLists) { in setForegroundDispatch() argument
148 mOverrideTechLists = techLists; in setForegroundDispatch()
503 boolean isTechMatch(Tag tag, String[][] techLists) { in isTechMatch() argument
504 if (techLists == null) { in isTechMatch()
510 for (String[] filterTechs : techLists) { in isTechMatch()
H A DNfcService.java1275 String[][] techLists = null; in setForegroundDispatch() local
1277 techLists = techListsParcel.getTechLists(); in setForegroundDispatch()
1280 mNfcDispatcher.setForegroundDispatch(intent, filters, techLists); in setForegroundDispatch()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...