Searched refs:libnfctype (Results 1 – 1 of 1) sorted by relevance
473 native int doGetNdefType(int libnfctype, int javatype); in doGetNdefType() argument475 private int getNdefType(int libnfctype, int javatype) { in getNdefType() argument476 return doGetNdefType(libnfctype, javatype); in getNdefType()479 private void addTechnology(int tech, int handle, int libnfctype) { in addTechnology() argument492 mNewTypeList[mTechLibNfcTypes.length] = libnfctype; in addTechnology()