HomeSort by relevance Sort by last modified time
    Searched full:voiceinput (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/voice/
VoiceInput.java 55 public class VoiceInput implements OnClickListener {
56 private static final String TAG = "VoiceInput";
137 private static class UIHandler extends StaticInnerHandlerWrapper<VoiceInput> {
138 public UIHandler(VoiceInput outerInstance) {
145 final VoiceInput voiceInput = getOuterInstance();
146 voiceInput.mState = DEFAULT;
147 voiceInput.mRecognitionView.finish();
148 voiceInput.mUiListener.onCancelVoice();
180 * @param uiHandler object to receive events from VoiceInput
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/
VoiceProxy.java 25 import com.android.inputmethod.deprecated.voice.VoiceInput;
71 public class VoiceProxy implements VoiceInput.UiListener {
109 private VoiceInput mVoiceInput;
138 mVoiceInput = new VoiceInput(service, this);
    [all...]
  /external/chromium/third_party/libjingle/source/talk/examples/call/
call_main.cc 231 DEFINE_string(voiceinput, NULL, "RTP dump file for voice input.");

Completed in 366 milliseconds