Home | History | Annotate | Download | only in deskclock

Lines Matching refs:reason

85                     final String reason = mContext.getString(R.string.invalid_time, hour, minutes,
87 notifyFailureAndLog(reason, mActivity);
100 final String reason = mContext.getString(R.string.no_alarm_at, hour24, minutes);
101 notifyFailureAndLog(reason, mActivity);
122 final String reason = mContext.getString(R.string.no_scheduled_alarms);
123 notifyFailureAndLog(reason, mActivity);
141 final String reason = mContext.getString(R.string.no_label_specified);
142 notifyFailureAndLog(reason, mActivity);
154 final String reason = mContext.getString(R.string.no_alarms_with_label);
155 notifyFailureAndLog(reason, mActivity);
174 private void notifyFailureAndLog(String reason, Activity activity) {
175 LogUtils.e(reason);
176 Controller.getController().notifyVoiceFailure(activity, reason);