Searched refs:isFormattable (Results 1 – 1 of 1) sorted by relevance
1446 jboolean isFormattable = JNI_FALSE; in nativeNfcTag_doIsNdefFormatable() local1450 isFormattable = JNI_TRUE; in nativeNfcTag_doIsNdefFormatable()1452 isFormattable = NfcTag::getInstance().isFelicaLite() ? JNI_TRUE : JNI_FALSE; in nativeNfcTag_doIsNdefFormatable()1454 isFormattable = (NfcTag::getInstance().isMifareUltralight() | in nativeNfcTag_doIsNdefFormatable()1486 isFormattable = JNI_TRUE; in nativeNfcTag_doIsNdefFormatable()1494 << StringPrintf("%s: is formattable=%u", __func__, isFormattable); in nativeNfcTag_doIsNdefFormatable()1495 return isFormattable; in nativeNfcTag_doIsNdefFormatable()