Home | History | Annotate | Download | only in nfc

Lines Matching defs:mPrefs

203     SharedPreferences mPrefs;
233 mPrefs = context.getSharedPreferences(NfcService.PREF, Context.MODE_PRIVATE);
234 mFirstBeam = mPrefs.getBoolean(NfcService.PREF_FIRST_BEAM, true);
560 mPrefs.edit().putBoolean(NfcService.PREF_FIRST_BEAM, false).apply();