Searched refs:mSharedPreferences (Results 1 – 5 of 5) 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()
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()