Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcTag.java469 native int doGetNdefType(int libnfctype, int javatype); in doGetNdefType() argument
470 private int getNdefType(int libnfctype, int javatype) { in getNdefType() argument
471 return doGetNdefType(libnfctype, javatype); in getNdefType()
474 private void addTechnology(int tech, int handle, int libnfctype) { in addTechnology() argument
487 mNewTypeList[mTechLibNfcTypes.length] = libnfctype; in addTechnology()