Home
last modified time | relevance | path

Searched defs:notifySuccess (Results 1 – 2 of 2) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/
DVoice.java43 public static void notifySuccess(Activity activity, String message) { in notifySuccess() method in Voice
56 void notifySuccess(VoiceInteractor vi, String message); in notifySuccess() method
64 public void notifySuccess(VoiceInteractor vi, String message) { in notifySuccess() method in Voice.VoiceInteractorDelegate
/packages/apps/Settings/src/com/android/settings/utils/
DVoiceSettingsActivity.java62 protected void notifySuccess(CharSequence prompt) { in notifySuccess() method in VoiceSettingsActivity