Lines Matching defs:reason
127 final String reason;
133 reason = getString(R.string.stopwatch_started);
139 reason = getString(R.string.stopwatch_paused);
146 reason = getString(R.string.stopwatch_reset);
152 reason = getString(R.string.stopwatch_isnt_running);
156 reason = getString(R.string.stopwatch_lapped);
165 Voice.notifyFailure(this, reason);
167 Voice.notifySuccess(this, reason);
169 LogUtils.i(reason);
189 String reason = null;
195 reason = getString(R.string.no_timers_exist);
198 reason = getString(R.string.too_many_timers_exist);
206 reason = getString(R.string.timer_does_not_exist);
211 Voice.notifyFailure(this, reason);
221 reason = getString(R.string.timer_deleted);
223 reason = getString(R.string.timer_was_reset);
230 reason = getString(R.string.timer_started);
236 reason = getString(R.string.timer_paused);
243 Voice.notifySuccess(this, reason);
246 LogUtils.i(reason);
268 final String reason;
273 reason = getString(R.string.no_city_selected);
274 LogUtils.i(reason);
275 Voice.notifySuccess(this, reason);
292 reason = getString(R.string.the_city_you_specified_is_not_available);
293 LogUtils.i(reason);
294 Voice.notifyFailure(this, reason);
314 reason = getString(R.string.the_city_already_added);
320 reason = getString(R.string.city_added, city.getName());
328 reason = getString(R.string.the_city_you_specified_is_not_available);
334 reason = getString(R.string.city_deleted, city.getName());
343 Voice.notifyFailure(this, reason);
345 Voice.notifySuccess(this, reason);
347 LogUtils.i(reason);