Searched refs:PREF_NFC_ON (Results 1 – 1 of 1) sorted by relevance
102 static final String PREF_NFC_ON = "nfc_on"; field in NfcService494 if (mPrefs.getBoolean(PREF_NFC_ON, NFC_ON_DEFAULT)) { in doInBackground()625 mPrefsEditor.putBoolean(PREF_NFC_ON, on); in saveNfcOnSetting()