Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/
DNativeNfcTag.cpp1426 jboolean isFormattable = JNI_FALSE; in nativeNfcTag_doIsNdefFormatable() local
1430 isFormattable = JNI_TRUE; in nativeNfcTag_doIsNdefFormatable()
1432 isFormattable = NfcTag::getInstance().isFelicaLite() ? JNI_TRUE : JNI_FALSE; in nativeNfcTag_doIsNdefFormatable()
1434 isFormattable = (NfcTag::getInstance().isMifareUltralight() || in nativeNfcTag_doIsNdefFormatable()
1466 isFormattable = JNI_TRUE; in nativeNfcTag_doIsNdefFormatable()
1473 LOG(DEBUG) << StringPrintf("%s: is formattable=%u", __func__, isFormattable); in nativeNfcTag_doIsNdefFormatable()
1474 return isFormattable; in nativeNfcTag_doIsNdefFormatable()