Searched refs:sPrefs (Results 1 – 4 of 4) sorted by relevance
54 private static SharedPreferences sPrefs; field in StopwatchDAO152 if (sPrefs == null) { in getSharedPreferences()153 sPrefs = Utils.getDefaultSharedPreferences(context.getApplicationContext()); in getSharedPreferences()156 return sPrefs; in getSharedPreferences()
43 private static SharedPreferences sPrefs; field in SettingsDAO151 if (sPrefs == null) { in getSharedPreferences()152 sPrefs = Utils.getDefaultSharedPreferences(context.getApplicationContext()); in getSharedPreferences()155 return sPrefs; in getSharedPreferences()
55 private static SharedPreferences sPrefs; field in CityDAO154 if (sPrefs == null) { in getSharedPreferences()155 sPrefs = Utils.getDefaultSharedPreferences(context.getApplicationContext()); in getSharedPreferences()158 return sPrefs; in getSharedPreferences()
68 private static SharedPreferences sPrefs; field in TimerDAO195 if (sPrefs == null) { in getSharedPreferences()196 sPrefs = Utils.getDefaultSharedPreferences(context.getApplicationContext()); in getSharedPreferences()199 return sPrefs; in getSharedPreferences()