Searched refs:libnfctype (Results 1 – 1 of 1) sorted by relevance
469 native int doGetNdefType(int libnfctype, int javatype); in doGetNdefType() argument470 private int getNdefType(int libnfctype, int javatype) { in getNdefType() argument471 return doGetNdefType(libnfctype, javatype); in getNdefType()474 private void addTechnology(int tech, int handle, int libnfctype) { in addTechnology() argument487 mNewTypeList[mTechLibNfcTypes.length] = libnfctype; in addTechnology()