Searched defs:addListener (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/location/java/com/android/internal/location/
H A DLocationProviderProxy.java246 public void addListener(int uid) { method in class:LocationProviderProxy
248 mProvider.addListener(uid);
250 Log.e(TAG, "addListener failed", e);
H A DMockProvider.java183 public void addListener(int uid) { method in class:MockProvider
H A DGpsLocationProvider.java644 public void addListener(int uid) { method in class:GpsLocationProvider
656 Log.w(TAG, "RemoteException in addListener");
/frameworks/base/test-runner/android/test/
H A DTestLocationProvider.java170 public void addListener(int uid) { method in class:TestLocationProvider
H A DTestRunner.java89 result.addListener(this);
165 public void addListener(Listener listener) { method in class:TestRunner

Completed in 124 milliseconds