Searched refs:stopListening (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/java/android/speech/
H A DIRecognitionService.aidl52 void stopListening(in IRecognitionListener listener);
H A DSpeechRecognizer.java302 public void stopListening() { method in class:SpeechRecognizer
352 mService.stopListening(mListener);
355 Log.e(TAG, "stopListening() failed", e);
H A DRecognitionService.java113 Log.w(TAG, "stopListening called with no preceding startListening - ignoring");
116 Log.w(TAG, "stopListening called by other caller than startListening - ignoring");
121 Log.d(TAG, "onError call from stopListening failed");
323 public void stopListening(IRecognitionListener listener) { method in class:RecognitionService.RecognitionServiceBinder
324 if (DBG) Log.d(TAG, "stopListening called by:" + listener.asBinder());
/frameworks/base/core/java/com/android/internal/appwidget/
H A DIAppWidgetService.aidl35 void stopListening(int hostId);
/frameworks/ex/common/java/com/android/common/
H A DNetworkConnectivityListener.java150 public synchronized void stopListening() { method in class:NetworkConnectivityListener
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHost.java180 public void stopListening() { method in class:AppWidgetHost
182 sService.stopListening(mHostId);
/frameworks/base/services/java/com/android/server/
H A DAppWidgetService.java290 public void stopListening(int hostId) throws RemoteException { method in class:AppWidgetService
291 getImplForUser(getCallingOrCurrentUserId()).stopListening(hostId);
H A DAppWidgetServiceImpl.java1133 public void stopListening(int hostId) { method in class:AppWidgetServiceImpl
/frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
H A DAppWidgetHostActivity.java164 mHost.stopListening();
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardHostView.java302 mAppWidgetHost.stopListening();

Completed in 134 milliseconds