Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java410 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) {
[all …]