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

/frameworks/base/core/java/android/speech/
H A DIRecognitionService.aidl24 * A Service interface to speech recognition. Call startListening when
43 void startListening(in Intent recognizerIntent, in IRecognitionListener listener);
H A DSpeechRecognizer.java166 * invokes the {@link IRecognitionService#startListening(Intent, IRecognitionListener)}.
262 public void startListening(final Intent recognizerIntent) { method in class:SpeechRecognizer
344 mService.startListening(recognizerIntent, mListener);
347 Log.e(TAG, "startListening() failed", e);
H A DRecognitionService.java109 Log.e(TAG, "dead listener on startListening");
118 Log.d(TAG, "onError call from startListening failed");
120 Log.i(TAG, "concurrent startListening received - ignoring this call");
128 Log.w(TAG, "stopListening called with no preceding startListening - ignoring");
131 Log.w(TAG, "stopListening called by other caller than startListening - ignoring");
142 if (DBG) Log.d(TAG, "cancel called with no preceding startListening - ignoring");
144 Log.w(TAG, "cancel called by client who did not call startListening - ignoring");
281 * one or multiple times for each call to {@link SpeechRecognizer#startListening(Intent)},
342 public void startListening(Intent recognizerIntent, IRecognitionListener listener) { method in class:RecognitionService.RecognitionServiceBinder
343 if (DBG) Log.d(TAG, "startListening calle
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsAppWidgetHost.java39 public void startListening(RecentsAppWidgetHostCallbacks cb) { method in class:RecentsAppWidgetHost
43 super.startListening();
H A DRecentsActivity.java498 mAppWidgetHost.startListening(cb);
/frameworks/base/media/java/android/media/
H A DRemoteDisplay.java84 display.startListening(iface);
118 private void startListening(String iface) { method in class:RemoteDisplay
/frameworks/ex/common/java/com/android/common/
H A DNetworkConnectivityListener.java137 public synchronized void startListening(Context context) { method in class:NetworkConnectivityListener
/frameworks/base/core/java/com/android/internal/appwidget/
H A DIAppWidgetService.aidl36 int[] startListening(IAppWidgetHost host, String callingPackage, int hostId,
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHost.java181 public void startListening() { method in class:AppWidgetHost
185 updatedIds = sService.startListening(mCallbacks, mContextOpPackageName, mHostId,
/frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
H A DAppWidgetHostActivity.java159 mHost.startListening();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DSearchBar.java688 mSpeechRecognizer.startListening(recognizerIntent);
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java488 public int[] startListening(IAppWidgetHost callbacks, String callingPackage, method in class:AppWidgetServiceImpl
493 Slog.i(TAG, "startListening() " + userId);

Completed in 323 milliseconds