Searched refs:onLocationChanged (Results 1 - 15 of 15) 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.java214 public void onLocationChanged(Location location) { method in class:LocationManager.ListenerTransport
255 mListener.onLocationChanged(location);
414 * {@link LocationListener#onLocationChanged} method will be called for
444 * {@link LocationListener#onLocationChanged} method will be called for
476 * {@link LocationListener#onLocationChanged} method will be called for
633 * {@link LocationListener#onLocationChanged} method will be called when
662 * {@link LocationListener#onLocationChanged} method will be called when
731 * LocationListener#onLocationChanged} method.</p>
754 * {@link LocationListener#onLocationChanged} callback, on the specified
772 * {@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/core/java/android/webkit/
H A DGeolocationService.java100 public void onLocationChanged(Location location) { method in class:GeolocationService
/frameworks/base/services/java/com/android/server/location/
H A DLocationBasedCountryDetector.java162 public void onLocationChanged(Location location) {
H A DGeofenceManager.java96 * The {@link Location} most recently received via {@link #onLocationChanged(Location)}.
102 * {@link #onLocationChanged(Location)} or {@link #scheduleUpdateFencesLocked()}, and cleared
202 * Returns the location received most recently from {@link #onLocationChanged(Location)},
247 // Get a location to work with, either received via onLocationChanged() or
366 public void onLocationChanged(Location location) { method in class:GeofenceManager
H A DGpsLocationProvider.java1541 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.java534 mListener.onLocationChanged(location);
1667 Slog.w(TAG, "RemoteException calling onLocationChanged on " + receiver);
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
H A DFusionEngine.java257 public void onLocationChanged(Location location) { method in class:FusionEngine
/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 238 milliseconds