HomeSort by relevance Sort by last modified time
    Searched refs:startListening (Results 1 - 18 of 18) sorted by null

  /frameworks/base/core/java/android/speech/
IRecognitionService.aidl 24 * A Service interface to speech recognition. Call startListening when
43 void startListening(in Intent recognizerIntent, in IRecognitionListener listener);
SpeechRecognizer.java 160 * invokes the {@link IRecognitionService#startListening(Intent, IRecognitionListener)}.
256 public void startListening(final Intent recognizerIntent) {
338 mService.startListening(recognizerIntent, mListener);
341 Log.e(TAG, "startListening() failed", e);
RecognitionService.java 103 Log.d(TAG, "onError call from startListening failed");
105 Log.i(TAG, "concurrent startListening received - ignoring this call");
113 Log.w(TAG, "stopListening called with no preceding startListening - ignoring");
116 Log.w(TAG, "stopListening called by other caller than startListening - ignoring");
127 if (DBG) Log.d(TAG, "cancel called with no preceding startListening - ignoring");
129 Log.w(TAG, "cancel called by client who did not call startListening - ignoring");
262 * one or multiple times for each call to {@link SpeechRecognizer#startListening(Intent)},
314 public void startListening(Intent recognizerIntent, IRecognitionListener listener) {
315 if (DBG) Log.d(TAG, "startListening called by:" + listener.asBinder());
  /frameworks/base/core/java/com/android/internal/appwidget/
IAppWidgetService.aidl 32 int[] startListening(IAppWidgetHost host, String packageName, int hostId,
  /frameworks/ex/common/java/com/android/common/
NetworkConnectivityListener.java 136 public synchronized void startListening(Context context) {
  /frameworks/base/core/java/android/appwidget/
AppWidgetHost.java 122 public void startListening() {
130 updatedIds = sService.startListening(mCallbacks, mPackageName, mHostId, updatedViews);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/voice/
VoiceInput.java 319 public void startListening(FieldContext context, boolean swipe) {
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);
  /frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
AppWidgetHostActivity.java 159 mHost.startListening();
  /development/apps/WidgetPreview/src/com/android/widgetpreview/
WidgetPreviewActivity.java 92 mAppWidgetHost.startListening();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/
VoiceProxy.java 675 mVoiceInput.startListening(context, swipe);
679 public void startListening(final boolean swipe, IBinder token) {
752 startListening(false, windowToken);
762 // After onAttachedToWindow, we can show the voice warning dialog. See startListening()
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SubtypeSwitcher.java 515 VoiceProxy.getInstance().startListening(false,
  /frameworks/base/services/java/com/android/server/
AppWidgetService.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 284 mAppWidgetHost.startListening();
    [all...]
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 534 milliseconds