Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java168 static final boolean NFC_CHARGING_ON_DEFAULT = true; field in NfcService
803 mIsWlcEnabled = mPrefs.getBoolean(PREF_NFC_CHARGING_ON, NFC_CHARGING_ON_DEFAULT); in NfcService()