Home
last modified time | relevance | path

Searched defs:notifyVoiceSuccess (Results 1 – 4 of 4) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/controller/
DVoiceController.kt38 fun notifyVoiceSuccess(activity: Activity, message: String) { in notifyVoiceSuccess() method
DController.kt89 fun notifyVoiceSuccess(activity: Activity, message: String) { in notifyVoiceSuccess() method
DVoiceController.java38 void notifyVoiceSuccess(Activity activity, String message) { in notifyVoiceSuccess() method in VoiceController
DController.java100 public void notifyVoiceSuccess(Activity activity, String message) { in notifyVoiceSuccess() method in Controller