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

/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeNfcTag.java453 native int doGetNdefType(int libnfctype, int javatype); argument
454 private int getNdefType(int libnfctype, int javatype) { argument
455 return doGetNdefType(libnfctype, javatype);
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
H A DNativeNfcTag.java462 native int doGetNdefType(int libnfctype, int javatype); argument
463 private int getNdefType(int libnfctype, int javatype) { argument
464 return doGetNdefType(libnfctype, javatype);

Completed in 40 milliseconds