Home
last modified time | relevance | path

Searched refs:getTechList (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/core/java/android/nfc/
H A DINfcTag.aidl30 int[] getTechList(int nativeHandle); in getTechList() method
H A DTag.java286 public String[] getTechList() { in getTechList() method in Tag
373 String[] techList = getTechList(); in toString()
/aosp12/packages/apps/Nfc/src/com/android/nfc/
H A DDeviceHost.java69 int[] getTechList(); in getTechList() method
H A DNfcDispatcher.java508 String[] tagTechs = tag.getTechList(); in isTechMatch()
608 String[] tagTechs = tag.getTechList(); in tryTech()
H A DNfcService.java1726 public int[] getTechList(int nativeHandle) throws RemoteException { in getTechList() method in NfcService.TagService
1737 return tag.getTechList(); in getTechList()
1951 Tag newTag = new Tag(tag.getUid(), tag.getTechList(), in rediscover()
3038 Tag tag = new Tag(tagEndpoint.getUid(), tagEndpoint.getTechList(), in dispatchTagEndpoint()
/aosp12/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeNfcTag.java445 public int[] getTechList() { in getTechList() method in NativeNfcTag
754 int[] technologies = getTechList(); in findAndReadNdef()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt37502 Landroid/nfc/INfcTag$Stub$Proxy;->getTechList(I)[I
37542 Landroid/nfc/INfcTag;->getTechList(I)[I
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt27379 method public String[] getTechList();
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt18452 method public java.lang.String[] getTechList();