Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java167 static final String PREF_NFC_CHARGING_ON = "nfc_charging_on"; field in NfcService
803 mIsWlcEnabled = mPrefs.getBoolean(PREF_NFC_CHARGING_ON, NFC_CHARGING_ON_DEFAULT); in NfcService()
2297 mPrefsEditor.putBoolean(PREF_NFC_CHARGING_ON, enable); in setWlcEnabled()