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

/frameworks/base/location/java/android/location/
H A DILocationListener.aidl28 void onLocationChanged(in Location location);
H A DLocationListener.java37 void onLocationChanged(Location location); method in interface:LocationListener
H A DLocationManager.java189 public void onLocationChanged(Location location) { method in class:LocationManager.ListenerTransport
227 mListener.onLocationChanged(location);
431 * {@link LocationListener#onLocationChanged} method will be called for
485 * {@link LocationListener#onLocationChanged} method will be called for
544 * {@link LocationListener#onLocationChanged} method will be called for
736 * {@link LocationListener#onLocationChanged} method will be called for
776 * {@link LocationListener#onLocationChanged} method will be called for
/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.java99 public void onLocationChanged(Location location) { method in class:GeolocationService
/frameworks/base/services/java/com/android/server/
H A DUiModeManagerService.java239 public void onLocationChanged(Location location) {
254 public void onLocationChanged(Location location) {
H A DLocationManagerService.java305 mListener.onLocationChanged(location);
1396 public void onLocationChanged(Location loc) { method in class:LocationManagerService.ProximityListener
1776 Slog.w(TAG, "RemoteException calling onLocationChanged on " + receiver);
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerService.java300 public void onLocationChanged(Location location) { method in class:TrackerService.LocationTrackingListener

Completed in 540 milliseconds