Home | History | Annotate | Download | only in system

Lines Matching refs:mResources

113         mResources = getResources();
129 mActions.add(ActionType.ACCESSIBILITY_CAPTIONS.toAction(mResources));
130 mActions.add(ActionType.ACCESSIBILITY_SERVICES.toAction(mResources));
131 mActions.add(ActionType.ACCESSIBILITY_SPEAK_PASSWORDS.toAction(mResources,
134 mActions.add(ActionType.ACCESSIBILITY_TTS_OUTPUT.toAction(mResources,
141 mActions.add(ActionType.ACCESSIBILITY_SERVICES_STATUS.toAction(mResources,
144 mActions.add(ActionType.ACCESSIBILITY_SERVICE_CONFIG.toAction(mResources));
151 mActions.add(ActionType.AGREE.toAction(mResources));
152 mActions.add(ActionType.DISAGREE.toAction(mResources));
155 mActions.add(ActionType.OK.toAction(mResources));
156 mActions.add(ActionType.CANCEL.toAction(mResources));
163 mResources, getDisplayNameForEngine(mTts.getCurrentEngine())));
167 mResources, mTts.getLanguage().getDisplayName()));
170 mResources, " "));
173 mActions.add(ActionType.ACCESSIBILITY_INSTALL_VOICE_DATA.toAction(mResources));
175 mResources, getTtsRate(mHelper.getSecureIntSetting(
178 mActions.add(ActionType.ACCESSIBILITY_PLAY_SAMPLE.toAction(mResources));
197 mResources.getStringArray(R.array.tts_rate_values),
198 mResources.getStringArray(R.array.tts_rate_entries));
213 ((ActionType) getPrevState()).getTitle(mResources),
217 setView(((ActionType) mState).getTitle(mResources), mServiceSettingTitle,
238 setView(((ActionType) mState).getTitle(mResources),
240 ((ActionType) getPrevState()).getTitle(mResources) :
242 ((ActionType) mState).getDescription(mResources),
248 String[] values = mResources.getStringArray(R.array.tts_rate_values);
249 String[] entries = mResources.getStringArray(R.array.tts_rate_entries);
331 actions.add(ActionBehavior.ON.toAction(ActionBehavior.getOnKey(type), mResources, enabled));
332 actions.add(ActionBehavior.OFF.toAction(ActionBehavior.getOffKey(type), mResources,
818 String[] strings = mResources.getStringArray(R.array.tts_demo_strings);
819 String[] langs = mResources.getStringArray(R.array.tts_demo_string_langs);