Searched refs:notifyVoiceFailure (Results 1 – 4 of 4) sorted by relevance
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | HandleApiCalls.java | 132 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()
|
D | FetchMatchingAlarmsAction.java | 176 Controller.getController().notifyVoiceFailure(activity, reason);
|
/packages/apps/DeskClock/src/com/android/deskclock/controller/ |
D | Controller.java | 104 public void notifyVoiceFailure(Activity activity, String message) { in notifyVoiceFailure() method in Controller 105 mVoiceController.notifyVoiceFailure(activity, message); in notifyVoiceFailure()
|
D | VoiceController.java | 57 void notifyVoiceFailure(Activity activity, String message) { in notifyVoiceFailure() method in VoiceController
|