Searched refs:mSharedPreferences (Results 1 – 6 of 6) sorted by relevance
38 private SharedPreferences mSharedPreferences; field in AlarmStorage55 mSharedPreferences = storageContext in AlarmStorage()76 SharedPreferences.Editor editor = mSharedPreferences.edit(); in saveAlarm()90 for (Map.Entry<String, ?> entry : mSharedPreferences.getAll().entrySet()) { in getAlarms()104 for (Map.Entry<String, ?> entry : mSharedPreferences.getAll().entrySet()) { in deleteAlarm()107 SharedPreferences.Editor editor = mSharedPreferences.edit(); in deleteAlarm()
114 private final SharedPreferences mSharedPreferences; field in PreferenceController119 mSharedPreferences = PreferenceManager.getDefaultSharedPreferences(mContext); in PreferenceController()121 SharedPreferences.Editor editor = mSharedPreferences.edit(); in PreferenceController()122 RULES.forEach(r -> r.evaluate(mContext, mSharedPreferences, editor)); in PreferenceController()125 mSharedPreferences.registerOnSharedPreferenceChangeListener(mPreferenceChangeListener); in PreferenceController()162 return mSharedPreferences.getBoolean(mContext.getString(resId), false); in getBoolean()167 mSharedPreferences.getString(mContext.getString(resId), null)); in getString()
60 private SharedPreferences mSharedPreferences; field in FingerprintAuthenticationDialogFragment141 mSharedPreferences = PreferenceManager.getDefaultSharedPreferences(context); in onAttach()177 SharedPreferences.Editor editor = mSharedPreferences.edit(); in verifyPassword()
71 private SharedPreferences mSharedPreferences; field in MainActivity101 mSharedPreferences = PreferenceManager.getDefaultSharedPreferences(this); in onCreate()309 boolean useFingerprintPreference = mSharedPreferences in onClick()
66 @Inject SharedPreferences mSharedPreferences; field in MainActivity108 boolean useFingerprintPreference = mSharedPreferences in onCreate()
78 @Inject SharedPreferences mSharedPreferences; field in FingerprintAuthenticationDialogFragment226 SharedPreferences.Editor editor = mSharedPreferences.edit(); in verifyPassword()