Searched defs:preferences (Results 1 – 11 of 11) sorted by relevance
41 SharedPreferences preferences = context.getSharedPreferences(prefsName, Context.MODE_PRIVATE); in encodeRingtonePreference() local88 SharedPreferences preferences = context.getSharedPreferences(prefsName, Context.MODE_PRIVATE); in decodeRingtonePreference() local
166 SharedPreferences preferences = PreferenceManager.getDefaultSharedPreferences(context); in getIntPreference() local171 SharedPreferences preferences = PreferenceManager.getDefaultSharedPreferences(context); in getBooleanPreference() local176 SharedPreferences preferences = PreferenceManager.getDefaultSharedPreferences(context); in getStringPreference() local
132 SharedPreferences preferences = PreferenceManager.getDefaultSharedPreferences(mContext); in isInstalled() local
300 SharedPreferences preferences = PreferenceManager.getDefaultSharedPreferences(mContext); in isInstalled() local
61 private final Map<String, Map<String, ?>> preferences; field in SharedPreferencesBackupHelperSimulator.SharedPreferencesBackupData
42 protected static void setPreferences(Properties preferences) { in setPreferences()
478 **preferences; in GetLogInfoList() local571 **preferences; in GetLogList() local
144 public static final int preferences = nextId++; field in R.xml
38 class preferences(aetools.ComponentItem): class
402 SharedPreferences preferences = activity.getPreferences(Context.MODE_PRIVATE); in shouldGiveSharedPreferences() local
1121 static void preferences(GtkWidget *w, gpointer data) in preferences() function