Lines Matching refs:string

36     // The resource ID of the string spoken for obscured keys
37 private static final int OBSCURED_KEY_RES_ID = R.string.spoken_description_dot;
60 // Manual label substitutions for key labels with no string resource
61 mKeyLabelMap.put(":-)", R.string.spoken_description_smiley);
64 mKeyCodeMap.put(Keyboard.CODE_SPACE, R.string.spoken_description_space);
65 mKeyCodeMap.put(Keyboard.CODE_DELETE, R.string.spoken_description_delete);
66 mKeyCodeMap.put(Keyboard.CODE_ENTER, R.string.spoken_description_return);
67 mKeyCodeMap.put(Keyboard.CODE_SETTINGS, R.string.spoken_description_settings);
68 mKeyCodeMap.put(Keyboard.CODE_SHIFT, R.string.spoken_description_shift);
69 mKeyCodeMap.put(Keyboard.CODE_SHORTCUT, R.string.spoken_description_mic);
70 mKeyCodeMap.put(Keyboard.CODE_SWITCH_ALPHA_SYMBOL, R.string.spoken_description_to_symbol);
71 mKeyCodeMap.put(Keyboard.CODE_TAB, R.string.spoken_description_tab);
72 mKeyCodeMap.put(Keyboard.CODE_LANGUAGE_SWITCH, R.string.spoken_description_language_switch);
73 mKeyCodeMap.put(Keyboard.CODE_ACTION_NEXT, R.string.spoken_description_action_next);
74 mKeyCodeMap.put(Keyboard.CODE_ACTION_PREVIOUS, R.string.spoken_description_action_previous);
152 resId = R.string.spoken_description_to_symbol;
156 resId = R.string.spoken_description_to_alpha;
159 resId = R.string.spoken_description_to_symbol;
162 resId = R.string.spoken_description_to_numeric;
187 resId = R.string.spoken_description_caps_lock;
192 resId = R.string.spoken_description_shift_shifted;
195 resId = R.string.spoken_description_shift;
223 resId = R.string.spoken_description_search;
226 resId = R.string.label_go_key;
229 resId = R.string.label_send_key;
232 resId = R.string.label_next_key;
235 resId = R.string.label_done_key;
238 resId = R.string.label_previous_key;
241 resId = R.string.spoken_description_return;
285 return context.getString(R.string.spoken_description_unknown, code);