Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/
DHandleApiCalls.java129 Controller.getController().notifyVoiceFailure(activity, reason); in dismissAlarm()
154 Controller.getController().notifyVoiceFailure(activity, reason); in dismissAlarmInstance()
183 Controller.getController().notifyVoiceFailure(mActivity, reason); in doInBackground()
269 Controller.getController().notifyVoiceFailure(mActivity, reason); in doInBackground()
306 Controller.getController().notifyVoiceFailure(this, voiceMessage); in handleSetAlarm()
316 Controller.getController().notifyVoiceFailure(this, voiceMessage); in handleSetAlarm()
338 Controller.getController().notifyVoiceFailure(this, voiceMessage); in handleSetAlarm()
426 Controller.getController().notifyVoiceFailure(this, voiceMessage); in handleSetTimer()
DFetchMatchingAlarmsAction.java176 Controller.getController().notifyVoiceFailure(activity, reason);
/packages/apps/DeskClock/src/com/android/deskclock/controller/
DController.java104 public void notifyVoiceFailure(Activity activity, String message) { in notifyVoiceFailure() method in Controller
105 mVoiceController.notifyVoiceFailure(activity, message); in notifyVoiceFailure()
DVoiceController.java57 void notifyVoiceFailure(Activity activity, String message) { in notifyVoiceFailure() method in VoiceController