Searched refs:mPrefsEditor (Results 1 – 1 of 1) sorted by relevance
215 private SharedPreferences.Editor mPrefsEditor; field in NfcService350 mPrefsEditor = mPrefs.edit(); in NfcService()503 mPrefsEditor.putBoolean(PREF_FIRST_BOOT, false); in doInBackground()504 mPrefsEditor.apply(); in doInBackground()625 mPrefsEditor.putBoolean(PREF_NFC_ON, on); in saveNfcOnSetting()626 mPrefsEditor.apply(); in saveNfcOnSetting()762 mPrefsEditor.putBoolean(PREF_NDEF_PUSH_ON, true); in enableNdefPush()763 mPrefsEditor.apply(); in enableNdefPush()781 mPrefsEditor.putBoolean(PREF_NDEF_PUSH_ON, false); in disableNdefPush()782 mPrefsEditor.apply(); in disableNdefPush()