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.java344 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()
[all …]