Searched refs:startListening (Results 1 - 8 of 8) sorted by relevance
/frameworks/base/core/java/android/speech/ |
H A D | IRecognitionService.aidl | 24 * A Service interface to speech recognition. Call startListening when 43 void startListening(in Intent recognizerIntent, in IRecognitionListener listener);
|
H A D | SpeechRecognizer.java | 146 * invokes the {@link IRecognitionService#startListening(Intent, IRecognitionListener)}. 242 public void startListening(final Intent recognizerIntent) { method in class:SpeechRecognizer 324 mService.startListening(recognizerIntent, mListener); 327 Log.e(TAG, "startListening() failed", e);
|
H A D | 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) { method in class:RecognitionService.RecognitionServiceBinder 315 if (DBG) Log.d(TAG, "startListening called by:" + listener.asBinder());
|
/frameworks/base/core/java/com/android/internal/appwidget/ |
H A D | IAppWidgetService.aidl | 30 int[] startListening(IAppWidgetHost host, String packageName, int hostId,
|
/frameworks/base/core/java/android/appwidget/ |
H A D | AppWidgetHost.java | 106 public void startListening() { method in class:AppWidgetHost 114 updatedIds = sService.startListening(mCallbacks, mPackageName, mHostId, updatedViews);
|
/frameworks/ex/common/java/com/android/common/ |
H A D | NetworkConnectivityListener.java | 136 public synchronized void startListening(Context context) { method in class:NetworkConnectivityListener
|
/frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/ |
H A D | AppWidgetHostActivity.java | 151 mHost.startListening();
|
/frameworks/base/services/java/com/android/server/ |
H A D | AppWidgetService.java | 466 public int[] startListening(IAppWidgetHost callbacks, String packageName, int hostId, method in class:AppWidgetService
|
Completed in 393 milliseconds