HomeSort by relevance Sort by last modified time
    Searched full:stoplistening (Results 1 - 25 of 27) sorted by null

1 2

  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherAppWidgetHost.java 41 public void stopListening() {
42 super.stopListening();
Launcher.java     [all...]
  /frameworks/base/core/java/com/android/internal/appwidget/
IAppWidgetService.aidl 35 void stopListening(int hostId);
  /frameworks/base/core/java/android/speech/
RecognitionService.java 113 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) {
324 if (DBG) Log.d(TAG, "stopListening called by:" + listener.asBinder());
IRecognitionService.aidl 52 void stopListening(in IRecognitionListener listener);
SpeechRecognizer.java 302 public void stopListening() {
352 mService.stopListening(mListener);
355 Log.e(TAG, "stopListening() failed", e);
  /frameworks/base/core/java/android/appwidget/
AppWidgetHost.java 146 public void stopListening() {
148 sService.stopListening(mHostId);
  /frameworks/base/tools/aidl/
generate_java_rpc.cpp 905 // stopListening();
909 // void stopListening() {
911 // _presenter.stopListening();
928 startListeningMethod->statements->Add(new MethodCall(THIS_VALUE, "stopListening"));
937 stopListeningMethod->name = "stopListening";
945 ifst->statements->Add(new MethodCall(_presenter, "stopListening"));
    [all...]
  /frameworks/base/services/java/com/android/server/
AppWidgetService.java 318 public void stopListening(int hostId) throws RemoteException {
319 getImplForUser().stopListening(hostId);
AppWidgetServiceImpl.java     [all...]
  /external/chromium/chrome/common/extensions/docs/examples/api/cookies/
manager.html 254 function stopListening() {
  /frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
AppWidgetHostActivity.java 164 mHost.stopListening();
  /frameworks/ex/common/java/com/android/common/
NetworkConnectivityListener.java 150 public synchronized void stopListening() {
  /sdk/testapps/testSensors/src/com/android/tests/testsensors/
TestSensorsActivity.java 165 private void stopListening() {
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/handlers/
SensorsHandler.java 299 sensor.stopListening();
512 stopListening();
551 private void stopListening() {
  /frameworks/base/docs/html/guide/topics/location/
strategies.jd 28 <li><a href="#StopListening">Deciding when to stop listening for updates</a></li>
227 <h3 id="StopListening">Deciding when to stop listening for updates</h3>
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdi.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar 
org.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jar 
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
  /prebuilts/sdk/current/
android.jar 
  /development/sdk/
api-versions.xml     [all...]
  /external/webkit/Source/WebCore/
ChangeLog-2011-02-16     [all...]
  /frameworks/base/api/
14.txt     [all...]
15.txt     [all...]

Completed in 2013 milliseconds

1 2