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.java132 Controller.getController().notifyVoiceFailure(activity, reason); in dismissAlarm()
157 Controller.getController().notifyVoiceFailure(activity, reason); in dismissAlarmInstance()
186 Controller.getController().notifyVoiceFailure(mActivity, reason); in doInBackground()
272 Controller.getController().notifyVoiceFailure(mActivity, reason); in doInBackground()
309 Controller.getController().notifyVoiceFailure(this, voiceMessage); in handleSetAlarm()
319 Controller.getController().notifyVoiceFailure(this, voiceMessage); in handleSetAlarm()
341 Controller.getController().notifyVoiceFailure(this, voiceMessage); in handleSetAlarm()
399 Controller.getController().notifyVoiceFailure(this, in handleDismissTimer()
415 Controller.getController().notifyVoiceFailure(this, in handleDismissTimer()
471 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