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.java238 public void onLocationChanged(Location location) { method in class:LocationManager.ListenerTransport
279 mListener.onLocationChanged(location);
438 * {@link LocationListener#onLocationChanged} method will be called for
468 * {@link LocationListener#onLocationChanged} method will be called for
500 * {@link LocationListener#onLocationChanged} method will be called for
657 * {@link LocationListener#onLocationChanged} method will be called when
686 * {@link LocationListener#onLocationChanged} method will be called when
755 * LocationListener#onLocationChanged} method.</p>
778 * {@link LocationListener#onLocationChanged} callback, on the specified
796 * {@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/java/com/android/server/location/
H A DLocationBasedCountryDetector.java162 public void onLocationChanged(Location location) {
H A DFlpHardwareProvider.java369 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.java1807 public void onLocationChanged(Location location) { method in class:GpsLocationProvider.NetworkLocationListener
/frameworks/base/services/java/com/android/server/
H A DTwilightService.java545 public void onLocationChanged(Location location) {
559 public void onLocationChanged(Location location) {
H A DLocationManagerService.java685 mListener.onLocationChanged(new Location(location));
2014 Slog.w(TAG, "RemoteException calling onLocationChanged on " + receiver);
/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

Completed in 454 milliseconds