Lines Matching refs:mIsWlcCapable
410 boolean mIsWlcCapable; field in NfcService
799 mIsWlcCapable = android.nfc.Flags.enableNfcCharging() && in NfcService()
801 if (mIsWlcCapable) { in NfcService()
2286 if (!mIsWlcCapable) { in setWlcEnabled()
2307 if (!mIsWlcCapable) { in isWlcEnabled()
2318 if (!mIsWlcCapable) { in getWlcListenerDeviceInfo()
2499 if (!mIsWlcCapable) { in registerWlcStateListener()
2510 if (!mIsWlcCapable) { in unregisterWlcStateListener()
3288 if (!mIsWlcCapable || !mNfcCharging.NfcChargingOnGoing) {
4348 if (mIsWlcCapable && mNfcCharging.NfcChargingOnGoing) {
4624 if(mIsWlcCapable) { in dump()