Searched refs:isFelicaLite (Results 1 – 3 of 3) sorted by relevance
248 bool isFelicaLite();
1334 bool NfcTag::isFelicaLite() { return mIsFelicaLite; } in isFelicaLite() function in NfcTag
1455 isFormattable = NfcTag::getInstance().isFelicaLite() ? JNI_TRUE : JNI_FALSE; in nativeNfcTag_doIsNdefFormatable()