Searched refs:removeListener (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/services/java/com/android/server/location/
H A DLocationProviderInterface.java56 void removeListener(int uid); method in interface:LocationProviderInterface
H A DPassiveProvider.java151 public void removeListener(int uid) { method in class:PassiveProvider
H A DMockProvider.java221 public void removeListener(int uid) { method in class:MockProvider
H A DLocationProviderProxy.java462 public void removeListener(int uid) { method in class:LocationProviderProxy
467 provider.removeListener(uid);
H A DGpsLocationProvider.java913 public void removeListener(int uid) { method in class:GpsLocationProvider
935 Log.w(TAG, "RemoteException in removeListener");
/frameworks/base/location/java/android/location/
H A DILocationProvider.aidl52 void removeListener(int uid);
/frameworks/base/services/java/com/android/server/
H A DCountryDetectorService.java61 removeListener(mKey);
127 removeListener(listener.asBinder());
146 private void removeListener(IBinder key) { method in class:CountryDetectorService
H A DTextServicesManagerService.java403 removeList.get(i).removeListener(listener);
653 public void removeListener(ISpellCheckerSessionListener listener) { method in class:TextServicesManagerService.SpellCheckerBindGroup
778 mGroup.removeListener(mScListener);
H A DLocationManagerService.java1348 p.removeListener(callingUid);
/frameworks/base/core/java/android/animation/
H A DAnimator.java155 public void removeListener(AnimatorListener listener) { method in class:Animator
H A DAnimatorSet.java479 node.animation.removeListener(listener);
702 dependencyAnimation.removeListener(this);
741 animation.removeListener(this);
/frameworks/base/location/lib/java/com/android/location/provider/
H A DLocationProvider.java132 public void removeListener(int uid) {
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DCameraBrowser.java112 mClient.removeListener(this);
H A DMtpClient.java215 public void removeListener(Listener listener) { method in class:MtpClient
/frameworks/base/core/java/android/net/nsd/
H A DNsdManager.java375 removeListener(message.arg2);
406 private void removeListener(int key) { method in class:NsdManager
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java1235 Object listener = removeListener(message.arg2);
1302 Object removeListener(int key) { method in class:WifiManager.Channel
/frameworks/base/test-runner/src/android/test/
H A DTestRunner.java91 result.removeListener(this);

Completed in 1577 milliseconds