Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/
DHandleApiCalls.java160 Controller.getController().notifyVoiceSuccess(activity, reason); in dismissAlarmInstance()
207 Controller.getController().notifyVoiceSuccess(mActivity, voiceMessage); in doInBackground()
227 Controller.getController().notifyVoiceSuccess(mActivity, voiceMessage); in doInBackground()
289 Controller.getController().notifyVoiceSuccess(activity, reason); in snoozeAlarm()
383 Controller.getController().notifyVoiceSuccess(this, getString(R.string.alarm_is_set, time)); in handleSetAlarm()
454 Controller.getController().notifyVoiceSuccess(this, getString(R.string.timer_created)); in handleSetTimer()
/packages/apps/DeskClock/src/com/android/deskclock/controller/
DController.java100 public void notifyVoiceSuccess(Activity activity, String message) { in notifyVoiceSuccess() method in Controller
101 mVoiceController.notifyVoiceSuccess(activity, message); in notifyVoiceSuccess()
DVoiceController.java38 void notifyVoiceSuccess(Activity activity, String message) { in notifyVoiceSuccess() method in VoiceController