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.kt106 Controller.getController().notifyVoiceFailure(mActivity, reason) in doInBackground()
190 Controller.getController().notifyVoiceFailure(mActivity, reason) in doInBackground()
214 Controller.getController().notifyVoiceFailure(this, voiceMessage) in handleSetAlarm()
224 Controller.getController().notifyVoiceFailure(this, voiceMessage) in handleSetAlarm()
246 Controller.getController().notifyVoiceFailure(this, voiceMessage) in handleSetAlarm()
303 Controller.getController().notifyVoiceFailure(this, in handleDismissTimer()
319 Controller.getController().notifyVoiceFailure(this, in handleDismissTimer()
376 Controller.getController().notifyVoiceFailure(this, voiceMessage) in handleSetTimer()
502 Controller.getController().notifyVoiceFailure(activity, reason) in dismissAlarm()
528 Controller.getController().notifyVoiceFailure(activity, reason) in dismissAlarmInstance()
DFetchMatchingAlarmsAction.kt163 Controller.getController().notifyVoiceFailure(activity, reason) in notifyFailureAndLog()
/packages/apps/DeskClock/src/com/android/deskclock/controller/
DController.kt93 fun notifyVoiceFailure(activity: Activity, message: String) { in notifyVoiceFailure() method in com.android.deskclock.controller.Controller
94 mVoiceController.notifyVoiceFailure(activity, message) in notifyVoiceFailure()
DVoiceController.kt57 fun notifyVoiceFailure(activity: Activity, message: String) { in notifyVoiceFailure() method in com.android.deskclock.controller.VoiceController