Searched refs:KEY_QUICK_RESPONSES (Results 1 – 2 of 2) sorted by relevance
93 Utils.setSharedPreference(getActivity(), Utils.KEY_QUICK_RESPONSES, mResponses); in onPreferenceChange()
132 public static final String KEY_QUICK_RESPONSES = "preferences_quick_responses"; field in Utils1712 String[] s = Utils.getSharedPreference(context, KEY_QUICK_RESPONSES, (String[]) null); in getQuickResponses()