Home | History | Annotate | Download | only in datamodel

Lines Matching defs:prefKey

306         final String prefKey = context.getString(R.string.notifications_enabled_pref_key);
309 return prefs.getBoolean(prefKey, defaultValue);
326 final String prefKey = context.getString(R.string.notification_vibration_pref_key);
329 return prefs.getBoolean(prefKey, defaultValue);
1157 final String prefKey = context.getString(R.string.notifications_group_children_key);
1158 final String groupChildIdsText = BuglePrefs.getApplicationPrefs().getString(prefKey, "");
1175 final String prefKey = context.getString(R.string.notifications_group_children_key);
1176 BuglePrefs.getApplicationPrefs().putString(prefKey, childIds.getDelimitedString());