Lines Matching refs:mPrefsEditor
309 private SharedPreferences.Editor mPrefsEditor; field in NfcService
492 mPrefsEditor = mPrefs.edit(); in NfcService()
736 mPrefsEditor.putBoolean(PREF_FIRST_BOOT, false); in doInBackground()
737 mPrefsEditor.apply(); in doInBackground()
1035 mPrefsEditor.putBoolean(PREF_NFC_ON, on); in saveNfcOnSetting()
1036 mPrefsEditor.apply(); in saveNfcOnSetting()
1168 mPrefsEditor.putBoolean(PREF_NDEF_PUSH_ON, true); in enableNdefPush()
1169 mPrefsEditor.apply(); in enableNdefPush()
1203 mPrefsEditor.putBoolean(PREF_SECURE_NFC_ON, enable); in setNfcSecure()
1204 mPrefsEditor.apply(); in setNfcSecure()
1229 mPrefsEditor.putBoolean(PREF_NDEF_PUSH_ON, false); in disableNdefPush()
1230 mPrefsEditor.apply(); in disableNdefPush()
3084 mPrefsEditor.putBoolean(PREF_ANTENNA_BLOCKED_MESSAGE_SHOWN, true); in dispatchTagEndpoint()
3085 mPrefsEditor.apply(); in dispatchTagEndpoint()