Lines Matching refs:mPrefsEditor
270 private SharedPreferences.Editor mPrefsEditor; field in NfcService
431 mPrefsEditor = mPrefs.edit(); in NfcService()
635 mPrefsEditor.putBoolean(PREF_FIRST_BOOT, false); in doInBackground()
636 mPrefsEditor.apply(); in doInBackground()
787 mPrefsEditor.putBoolean(PREF_NFC_ON, on); in saveNfcOnSetting()
788 mPrefsEditor.apply(); in saveNfcOnSetting()
919 mPrefsEditor.putBoolean(PREF_NDEF_PUSH_ON, true); in enableNdefPush()
920 mPrefsEditor.apply(); in enableNdefPush()
954 mPrefsEditor.putBoolean(PREF_SECURE_NFC_ON, enable); in setNfcSecure()
955 mPrefsEditor.apply(); in setNfcSecure()
978 mPrefsEditor.putBoolean(PREF_NDEF_PUSH_ON, false); in disableNdefPush()
979 mPrefsEditor.apply(); in disableNdefPush()