Home
last modified time | relevance | path

Searched refs:voiceMessage (Results 1 – 1 of 1) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/
DHandleApiCalls.java209 final String voiceMessage = mContext.getString(R.string.pick_alarm_to_dismiss); in doInBackground() local
210 Controller.getController().notifyVoiceSuccess(mActivity, voiceMessage); in doInBackground()
229 final String voiceMessage = mContext.getString(R.string.pick_alarm_to_dismiss); in doInBackground() local
230 Controller.getController().notifyVoiceSuccess(mActivity, voiceMessage); in doInBackground()
308 final String voiceMessage = getString(R.string.invalid_time, hour, mins, " "); in handleSetAlarm() local
309 Controller.getController().notifyVoiceFailure(this, voiceMessage); in handleSetAlarm()
318 final String voiceMessage = getString(R.string.invalid_time, hour, minutes, " "); in handleSetAlarm() local
319 Controller.getController().notifyVoiceFailure(this, voiceMessage); in handleSetAlarm()
340 final String voiceMessage = getString(R.string.invalid_time, hour, minutes, " "); in handleSetAlarm() local
341 Controller.getController().notifyVoiceFailure(this, voiceMessage); in handleSetAlarm()
[all …]