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

/frameworks/base/location/java/android/location/
H A DILocationProvider.aidl49 void removeListener(int uid);
/frameworks/base/location/java/com/android/internal/location/
H A DLocationProviderProxy.java254 public void removeListener(int uid) { method in class:LocationProviderProxy
256 mProvider.removeListener(uid);
258 Log.e(TAG, "removeListener failed", e);
H A DMockProvider.java186 public void removeListener(int uid) { method in class:MockProvider
H A DGpsLocationProvider.java662 public void removeListener(int uid) { method in class:GpsLocationProvider
674 Log.w(TAG, "RemoteException in removeListener");
/frameworks/base/test-runner/android/test/
H A DTestLocationProvider.java173 public void removeListener(int uid) { method in class:TestLocationProvider
H A DTestRunner.java91 result.removeListener(this);
/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java947 proxy.removeListener(callingUid);

Completed in 4867 milliseconds