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.java182 public void stopListening() { method in class:AppWidgetHost
184 sService.stopListening(mHostId, mContext.getUserId());
/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.java308 public void stopListening() { method in class:SpeechRecognizer
358 mService.stopListening(mListener);
361 Log.e(TAG, "stopListening() failed", e);
/frameworks/base/services/java/com/android/server/
H A DAppWidgetService.java291 public void stopListening(int hostId, int userId) throws RemoteException { method in class:AppWidgetService
292 getImplForUser(userId).stopListening(hostId);
H A DAppWidgetServiceImpl.java1240 public void stopListening(int hostId) { method in class:AppWidgetServiceImpl

Completed in 124 milliseconds