Home
last modified time | relevance | path

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

/aosp12/packages/apps/Nfc/nci/jni/
H A DNfcTag.h248 bool isFelicaLite();
H A DNfcTag.cpp1334 bool NfcTag::isFelicaLite() { return mIsFelicaLite; } in isFelicaLite() function in NfcTag
H A DNativeNfcTag.cpp1455 isFormattable = NfcTag::getInstance().isFelicaLite() ? JNI_TRUE : JNI_FALSE; in nativeNfcTag_doIsNdefFormatable()