Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcTag.java418 native boolean doIsIsoDepNdefFormatable(byte[] poll, byte[] act); in doIsIsoDepNdefFormatable() method in NativeNfcTag
424 return doIsIsoDepNdefFormatable(mTechPollBytes[0], in isNdefFormatable()