Home | History | Annotate | Download | only in settings

Lines Matching defs:string

50     static final String AUTO_ADVANCE_WIDGET = "auto-advance-widget";
52 static final String CALLED_FROM_TEST = "called-from-test";
55 protected static final String REMOVAL_ACTIONS_GROUP = "removal-actions-group";
119 final String key = preference.getKey();
122 final String removalAction = newValue.toString();
126 AUTO_ADVANCE_VALUES[mAutoAdvance.findIndexOfValue((String) newValue)];
150 .setMessage(R.string.clear_history_dialog_message)
151 .setTitle(R.string.clear_history_dialog_title)
153 .setPositiveButton(R.string.clear, this)
154 .setNegativeButton(R.string.cancel, this)
176 Toast.makeText(getActivity(), R.string.search_history_cleared, Toast.LENGTH_SHORT)
246 private void listenForPreferenceChange(String... keys) {
247 for (String key : keys) {