Searched defs:prefs (Results 1 – 12 of 12) sorted by relevance
37 final SharedPreferences prefs = context.getSharedPreferences( in getWarningState() local43 final SharedPreferences prefs = context.getSharedPreferences( in setWarningState() local
53 SharedPreferences prefs = context.getSharedPreferences( in onReceive() local
93 SharedPreferences.Editor prefs = getPreferences(0).edit(); in configureAppWidget() local
144 SharedPreferences prefs = mContext.getSharedPreferences(SHARED_PREFS_NAME, in onSetFilter() local197 SharedPreferences prefs = mContext.getSharedPreferences(SHARED_PREFS_NAME, in saveRecentTimezone() local
137 SharedPreferences prefs = getMultiDexPreferences(context); in isModified() local232 SharedPreferences prefs = getMultiDexPreferences(context); in putStoredApkInfo() local
49 PrefState prefs = new PrefState(getContext()); in onFoodSelected() local
71 final PrefState prefs = new PrefState(this); in onStartJob() local
58 private static SharedPreferences prefs(Context context) { in prefs() method in VolumePrefs
893 public void onSharedPreferenceChanged(SharedPreferences prefs, String key) { in onSharedPreferenceChanged()
373 SharedPreferences prefs = context.getSharedPreferences("dmconfig", 0); in readValueFromFile() local
365 SharedPreferences prefs = context.getSharedPreferences("dmconfig", 0); in readValueFromFile() local
457 final File prefs = getSharedPreferencesPath(name); in deleteSharedPreferences() local