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

/frameworks/base/location/java/android/location/
H A DLocationListener.java44 void onLocationChanged(Location location); method in interface:LocationListener
H A DLocationManager.java196 public void onLocationChanged(Location location) { method in class:LocationManager.ListenerTransport
234 mListener.onLocationChanged(location);
438 * {@link LocationListener#onLocationChanged} method will be called for
492 * {@link LocationListener#onLocationChanged} method will be called for
551 * {@link LocationListener#onLocationChanged} method will be called for
741 * {@link LocationListener#onLocationChanged} method will be called when
779 * {@link LocationListener#onLocationChanged} method will be called when
/frameworks/base/core/java/android/webkit/
H A DGeolocationService.java101 public void onLocationChanged(Location location) { method in class:GeolocationService
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerService.java300 public void onLocationChanged(Location location) { method in class:TrackerService.LocationTrackingListener
/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java307 mListener.onLocationChanged(location);
1425 public void onLocationChanged(Location loc) { method in class:LocationManagerService.ProximityListener
1808 Slog.w(TAG, "RemoteException calling onLocationChanged on " + receiver);

Completed in 77 milliseconds