Lines Matching defs:reason
87 final String reason = mContext.getString(R.string.invalid_time, hour, minutes,
89 notifyFailureAndLog(reason, mActivity);
102 final String reason = mContext.getString(R.string.no_alarm_at, hour24, minutes);
103 notifyFailureAndLog(reason, mActivity);
124 final String reason = mContext.getString(R.string.no_scheduled_alarms);
125 notifyFailureAndLog(reason, mActivity);
143 final String reason = mContext.getString(R.string.no_label_specified);
144 notifyFailureAndLog(reason, mActivity);
156 final String reason = mContext.getString(R.string.no_alarms_with_label);
157 notifyFailureAndLog(reason, mActivity);
176 private void notifyFailureAndLog(String reason, Activity activity) {
177 LogUtils.e(reason);
178 Voice.notifyFailure(activity, reason);