Searched defs:stopListening (Results 1 - 6 of 6) sorted by relevance

/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.java146 public void stopListening() { method in class:AppWidgetHost
148 sService.stopListening(mHostId);
/frameworks/base/core/java/android/speech/
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());
H A DSpeechRecognizer.java302 public void stopListening() { method in class:SpeechRecognizer
352 mService.stopListening(mListener);
355 Log.e(TAG, "stopListening() failed", e);
/frameworks/base/services/java/com/android/server/
H A DAppWidgetService.java318 public void stopListening(int hostId) throws RemoteException { method in class:AppWidgetService
319 getImplForUser().stopListening(hostId);
H A DAppWidgetServiceImpl.java1042 public void stopListening(int hostId) { method in class:AppWidgetServiceImpl

Completed in 208 milliseconds