Searched refs:onLocationChanged (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/location/java/android/location/
H A DILocationListener.aidl28 void onLocationChanged(in Location location);
H A DLocationListener.java44 void onLocationChanged(Location location); method in interface:LocationListener
H A DLocationManager.java240 public void onLocationChanged(Location location) { method in class:LocationManager.ListenerTransport
281 mListener.onLocationChanged(location);
443 * {@link LocationListener#onLocationChanged} method will be called for
473 * {@link LocationListener#onLocationChanged} method will be called for
505 * {@link LocationListener#onLocationChanged} method will be called for
662 * {@link LocationListener#onLocationChanged} method will be called when
691 * {@link LocationListener#onLocationChanged} method will be called when
760 * LocationListener#onLocationChanged} method.</p>
783 * {@link LocationListener#onLocationChanged} callback, on the specified
801 * {@link LocationListener#onLocationChanged} metho
[all...]
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsFL/src/com/android/framework/externalsharedpermsfltestapp/
H A DExternalSharedPermsFLTest.java37 public void onLocationChanged(Location location) {}
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPerms/src/com/android/framework/externalsharedpermstestapp/
H A DExternalSharedPermsTest.java42 public void onLocationChanged(Location location) {}
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsDiffKey/src/com/android/framework/externalsharedpermsdiffkeytestapp/
H A DExternalSharedPermsDiffKeyTest.java40 public void onLocationChanged(Location location) {}
/frameworks/base/services/core/java/com/android/server/location/
H A DLocationBasedCountryDetector.java162 public void onLocationChanged(Location location) {
H A DFlpHardwareProvider.java387 public void onLocationChanged(Location location) { method in class:FlpHardwareProvider.NetworkLocationListener
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 DGpsLocationProvider.java1984 public void onLocationChanged(Location location) { method in class:GpsLocationProvider.NetworkLocationListener
/frameworks/base/services/core/java/com/android/server/twilight/
H A DTwilightService.java444 public void onLocationChanged(Location location) {
458 public void onLocationChanged(Location location) {
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
H A DFusionEngine.java263 public void onLocationChanged(Location location) { method in class:FusionEngine
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DLocationStatsAggregator.java228 public void onLocationChanged(Location location) {
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
H A DLocationBasedCountryDetectorTest.java131 listener.onLocationChanged(mLocation);
/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/core/java/com/android/server/
H A DLocationManagerService.java795 mListener.onLocationChanged(new Location(location));
2193 Slog.w(TAG, "RemoteException calling onLocationChanged on " + receiver);

Completed in 209 milliseconds