Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java269 boolean mIsSecureNfcEnabled; field in NfcService
568 mIsSecureNfcEnabled = in NfcService()
571 mDeviceHost.setNfcSecure(mIsSecureNfcEnabled); in NfcService()
1189 return mIsSecureNfcEnabled; in isNfcSecureEnabled()
1205 mIsSecureNfcEnabled = enable; in setNfcSecure()
2668 && mIsSecureNfcEnabled && mKeyguard.isKeyguardLocked()) { in handleMessage()
3339 pw.println("mIsSecureNfcEnabled=" + mIsSecureNfcEnabled); in dump()
3370 proto.write(NfcServiceDumpProto.SECURE_NFC_ENABLED, mIsSecureNfcEnabled); in dumpDebug()