Lines Matching refs:mIsSecureNfcEnabled
344 boolean mIsSecureNfcEnabled; field in NfcService
818 mIsSecureNfcEnabled = in NfcService()
821 mDeviceHost.setNfcSecure(mIsSecureNfcEnabled); in NfcService()
1256 mIsSecureNfcEnabled ? NfcStatsLog.NFC_STATE_CHANGED__STATE__ON_LOCKED : in enableInternal()
1642 return mIsSecureNfcEnabled; in isSecureNfcEnabled()
1865 return mIsSecureNfcEnabled; in isNfcSecureEnabled()
1878 if (mIsSecureNfcEnabled == enable) { in setNfcSecure()
1885 mIsSecureNfcEnabled = enable; in setNfcSecure()
1898 mIsSecureNfcEnabled ? NfcStatsLog.NFC_STATE_CHANGED__STATE__ON_LOCKED : in setNfcSecure()
3858 if (mIsSecureNfcEnabled) { in handleMessage()
4621 pw.println("mIsSecureNfcEnabled=" + mIsSecureNfcEnabled); in dump()
4660 proto.write(NfcServiceDumpProto.SECURE_NFC_ENABLED, mIsSecureNfcEnabled); in dumpDebug()