HomeSort by relevance Sort by last modified time
    Searched refs:doGetNdefType (Results 1 - 2 of 2) sorted by null

  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcTag.java 439 native int doGetNdefType(int libnfctype, int javatype);
441 return doGetNdefType(libnfctype, javatype);
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcTag.java 450 native int doGetNdefType(int libnfctype, int javatype);
452 return doGetNdefType(libnfctype, javatype);

Completed in 35 milliseconds