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

/packages/apps/DeskClock/src/com/android/deskclock/
H A DVoice.java37 public static void notifySuccess(Activity activity, String message) { method in class:Voice
39 sDelegate.notifySuccess(activity.getVoiceInteractor(), message);
50 void notifySuccess(VoiceInteractor vi, String message); method in interface:Voice.Delegate
57 public void notifySuccess(VoiceInteractor vi, String message) { method in class:Voice.VoiceInteractorDelegate
/packages/apps/Settings/src/com/android/settings/utils/
H A DVoiceSettingsActivity.java66 protected void notifySuccess(CharSequence prompt) { method in class:VoiceSettingsActivity

Completed in 83 milliseconds