Searched refs:javatype (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeNfcTag.java441 native int doGetNdefType(int libnfctype, int javatype); argument
442 private int getNdefType(int libnfctype, int javatype) { argument
443 return doGetNdefType(libnfctype, javatype);
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
H A DNativeNfcTag.java449 native int doGetNdefType(int libnfctype, int javatype); argument
450 private int getNdefType(int libnfctype, int javatype) { argument
451 return doGetNdefType(libnfctype, javatype);

Completed in 32 milliseconds