Searched refs:isFormattable (Results 1 – 1 of 1) sorted by relevance
1449 jboolean isFormattable = JNI_FALSE; in nativeNfcTag_doIsNdefFormatable() local1453 isFormattable = JNI_TRUE; in nativeNfcTag_doIsNdefFormatable()1455 isFormattable = NfcTag::getInstance().isFelicaLite() ? JNI_TRUE : JNI_FALSE; in nativeNfcTag_doIsNdefFormatable()1457 isFormattable = (NfcTag::getInstance().isMifareUltralight() | in nativeNfcTag_doIsNdefFormatable()1489 isFormattable = JNI_TRUE; in nativeNfcTag_doIsNdefFormatable()1497 << StringPrintf("%s: is formattable=%u", __func__, isFormattable); in nativeNfcTag_doIsNdefFormatable()1498 return isFormattable; in nativeNfcTag_doIsNdefFormatable()