Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java325 boolean mIsSecureNfcCapable; field in NfcService
567 mIsSecureNfcCapable = mNfcAdapter.deviceSupportsNfcSecure(); in NfcService()
570 mIsSecureNfcCapable; in NfcService()
3378 proto.write(NfcServiceDumpProto.SECURE_NFC_CAPABLE, mIsSecureNfcCapable); in dumpDebug()