Searched refs:startListening (Results 1 - 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/voice/
H A DVoiceInput.java319 public void startListening(FieldContext context, boolean swipe) { method in class:VoiceInput
321 Log.d(TAG, "startListening: " + context);
325 Log.w(TAG, "startListening in the wrong status " + mState);
346 * @param context context with which {@link #startListening(FieldContext, boolean)} was executed
383 mSpeechRecognizer.startListening(intent);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/
H A DVoiceProxy.java675 mVoiceInput.startListening(context, swipe);
679 public void startListening(final boolean swipe, IBinder token) { method in class:VoiceProxy
752 startListening(false, windowToken);
762 // After onAttachedToWindow, we can show the voice warning dialog. See startListening()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DSubtypeSwitcher.java515 VoiceProxy.getInstance().startListening(false,
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java284 mAppWidgetHost.startListening();
1634 mAppWidgetHost.startListening();

Completed in 88 milliseconds