Home
last modified time | relevance | path

Searched defs:libnfctype (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcTag.java458 native int doGetNdefType(int libnfctype, int javatype); in doGetNdefType()
459 private int getNdefType(int libnfctype, int javatype) { in getNdefType()
463 private void addTechnology(int tech, int handle, int libnfctype) { in addTechnology()