Searched refs:PREF_NFC_CHARGING_ON (Results 1 – 1 of 1) sorted by relevance
167 static final String PREF_NFC_CHARGING_ON = "nfc_charging_on"; field in NfcService803 mIsWlcEnabled = mPrefs.getBoolean(PREF_NFC_CHARGING_ON, NFC_CHARGING_ON_DEFAULT); in NfcService()2297 mPrefsEditor.putBoolean(PREF_NFC_CHARGING_ON, enable); in setWlcEnabled()