Home
last modified time | relevance | path

Searched refs:stopListening (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/speech/
DIRecognitionService.aidl52 void stopListening(in IRecognitionListener listener); in stopListening() method
DSpeechRecognizer.java308 public void stopListening() { in stopListening() method in SpeechRecognizer
358 mService.stopListening(mListener); in handleStopMessage()
DRecognitionService.java323 public void stopListening(IRecognitionListener listener) { in stopListening() method in RecognitionService.RecognitionServiceBinder
/frameworks/base/core/java/com/android/internal/appwidget/
DIAppWidgetService.aidl35 void stopListening(int hostId, int userId); in stopListening() method
/frameworks/base/core/java/android/appwidget/
DAppWidgetHost.java182 public void stopListening() { in stopListening() method in AppWidgetHost
184 sService.stopListening(mHostId, mContext.getUserId()); in stopListening()
/frameworks/ex/common/java/com/android/common/
DNetworkConnectivityListener.java150 public synchronized void stopListening() { in stopListening() method in NetworkConnectivityListener
/frameworks/base/services/java/com/android/server/
DAppWidgetService.java291 public void stopListening(int hostId, int userId) throws RemoteException { in stopListening() method in AppWidgetService
292 getImplForUser(userId).stopListening(hostId); in stopListening()
DAppWidgetServiceImpl.java1240 public void stopListening(int hostId) { in stopListening() method in AppWidgetServiceImpl
/frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
DAppWidgetHostActivity.java164 mHost.stopListening(); in onStop()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardHostView.java499 mAppWidgetHost.stopListening(); in onDetachedFromWindow()
/frameworks/base/api/
Dcurrent.txt4618 method public void stopListening();
22886 method public void stopListening();