Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/
DNativeNfcTag.cpp1456 jboolean isFormattable = JNI_FALSE; in nativeNfcTag_doIsNdefFormatable() local
1461 isFormattable = JNI_TRUE; in nativeNfcTag_doIsNdefFormatable()
1465 isFormattable = NfcTag::getInstance().isFelicaLite() ? JNI_TRUE : JNI_FALSE; in nativeNfcTag_doIsNdefFormatable()
1469 isFormattable = ( NfcTag::getInstance().isMifareUltralight() | in nativeNfcTag_doIsNdefFormatable()
1504 isFormattable = JNI_TRUE; in nativeNfcTag_doIsNdefFormatable()
1511 ALOGV("%s: is formattable=%u", __func__, isFormattable); in nativeNfcTag_doIsNdefFormatable()
1512 return isFormattable; in nativeNfcTag_doIsNdefFormatable()