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

/frameworks/base/location/java/android/location/
H A DLocationListener.java44 void onLocationChanged(Location location); method in interface:LocationListener
H A DLocationManager.java256 public void onLocationChanged(Location location) { method in class:LocationManager.ListenerTransport
297 mListener.onLocationChanged(location);
454 * {@link LocationListener#onLocationChanged} method will be called for
485 * {@link LocationListener#onLocationChanged} method will be called for
518 * {@link LocationListener#onLocationChanged} method will be called for
678 * {@link LocationListener#onLocationChanged} method will be called when
708 * {@link LocationListener#onLocationChanged} method will be called when
780 * LocationListener#onLocationChanged} method.</p>
803 * {@link LocationListener#onLocationChanged} callback, on the specified
821 * {@link LocationListener#onLocationChanged} metho
[all...]
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
H A DFusionEngine.java263 public void onLocationChanged(Location location) { method in class:FusionEngine
/frameworks/base/services/core/java/com/android/server/location/
H A DGeofenceManager.java98 * The {@link Location} most recently received via {@link #onLocationChanged(Location)}.
104 * {@link #onLocationChanged(Location)} or {@link #scheduleUpdateFencesLocked()}, and cleared
205 * Returns the location received most recently from {@link #onLocationChanged(Location)},
250 // Get a location to work with, either received via onLocationChanged() or
381 public void onLocationChanged(Location location) { method in class:GeofenceManager
H A DFlpHardwareProvider.java481 public void onLocationChanged(Location location) { method in class:FlpHardwareProvider.NetworkLocationListener
H A DGnssLocationProvider.java2195 public void onLocationChanged(Location location) { method in class:GnssLocationProvider.NetworkLocationListener
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerService.java300 public void onLocationChanged(Location location) { method in class:TrackerService.LocationTrackingListener
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DFusedPrintersProvider.java260 onLocationChanged(lastLocation);
421 public void onLocationChanged(Location location) { method in class:FusedPrintersProvider

Completed in 200 milliseconds