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

/frameworks/base/core/java/android/speech/
H A DIRecognitionService.aidl52 void stopListening(in IRecognitionListener listener);
H A DSpeechRecognizer.java308 public void stopListening() { method in class:SpeechRecognizer
358 mService.stopListening(mListener);
361 Log.e(TAG, "stopListening() failed", e);
H A DRecognitionService.java128 Log.w(TAG, "stopListening called with no preceding startListening - ignoring");
131 Log.w(TAG, "stopListening called by other caller than startListening - ignoring");
136 Log.d(TAG, "onError call from stopListening failed");
353 public void stopListening(IRecognitionListener listener) { method in class:RecognitionService.RecognitionServiceBinder
354 if (DBG) Log.d(TAG, "stopListening called by:" + listener.asBinder());
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsAppWidgetHost.java48 public void stopListening() { method in class:RecentsAppWidgetHost
50 super.stopListening();
H A DRecentsActivity.java479 mAppWidgetHost.stopListening();
/frameworks/ex/common/java/com/android/common/
H A DNetworkConnectivityListener.java151 public synchronized void stopListening() { method in class:NetworkConnectivityListener
/frameworks/base/core/java/com/android/internal/appwidget/
H A DIAppWidgetService.aidl38 void stopListening(String callingPackage, int hostId);
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHost.java202 public void stopListening() { method in class:AppWidgetHost
204 sService.stopListening(mContextOpPackageName, mHostId);
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbDebuggingManager.java177 void stopListening() { method in class:UsbDebuggingManager.UsbDebuggingThread
230 mThread.stopListening();
/frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
H A DAppWidgetHostActivity.java164 mHost.stopListening();
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java525 public void stopListening(String callingPackage, int hostId) { method in class:AppWidgetServiceImpl
529 Slog.i(TAG, "stopListening() " + userId);

Completed in 1238 milliseconds