Searched defs:location (Results 1 - 25 of 74) sorted by relevance

123

/frameworks/base/location/tests/locationtests/src/android/location/
H A DCountryTester.java17 package android.location;
H A DGeocoderTest.java1 package android.location;
19 import android.location.Address;
20 import android.location.Geocoder;
H A DLocationManagerTest.java17 package android.location;
20 import android.location.Criteria;
21 import android.location.Location;
22 import android.location.LocationManager;
23 import android.location.LocationProvider;
H A DLocationTest.java17 package android.location;
24 * Unit tests for android.location.Location
/frameworks/base/location/java/android/location/
H A DCountryListener.java17 package android.location;
H A DLocationListener.java17 package android.location;
23 * the location has changed. These methods are called if the
24 * LocationListener has been registered with the location manager service
30 * <p>For more information about identifying user location, read the
31 * <a href="{@docRoot}guide/topics/location/obtaining-user-location.html">Obtaining User
38 * Called when the location has changed.
42 * @param location The new location, as a Location object.
44 void onLocationChanged(Location location); argument
[all...]
H A DGeocoderParams.java17 package android.location;
H A DCountryDetector.java17 package android.location;
H A DGeocoder.java17 package android.location;
20 import android.location.Address;
34 * of a location into a (latitude, longitude) coordinate. Reverse
37 * reverse geocoded location description may vary, for example one
148 * named location, which may be a place name such as "Dalvik,
159 * @param locationName a user-supplied description of a location
190 * named location, which may be a place name such as "Dalvik,
205 * @param locationName a user-supplied description of a location
H A DCountry.java17 package android.location;
37 * The country code came from the location service
H A DGpsSatellite.java17 package android.location;
H A DLocationProvider.java17 package android.location;
20 import com.android.internal.location.ProviderProperties;
23 * An abstract superclass for location providers. A location provider
24 * provides periodic reports on the geographical location of the
197 * If the provider returns finer grain or exact location,
199 * location is only approximate then {@link Criteria#ACCURACY_COARSE}
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
H A DFusedLocationService.java17 package com.android.location.fused;
/frameworks/base/services/java/com/android/server/location/
H A DGeofenceState.java18 package com.android.server.location;
21 import android.location.Geofence;
22 import android.location.Location;
60 * Process a new location.
63 public int processLocation(Location location) { argument
64 mDistanceToCenter = mLocation.distanceTo(location);
68 boolean inside = mDistanceToCenter <= Math.max(mFence.getRadius(), location.getAccuracy());
84 * Gets the distance from the current location to the fence's boundary.
H A DLocationBasedCountryDetector.java17 package com.android.server.location;
20 import android.location.Address;
21 import android.location.Country;
22 import android.location.Geocoder;
23 import android.location.Location;
24 import android.location.LocationListener;
25 import android.location.LocationManager;
37 * location providers and the GeoCoder
39 * Use {@link #detectCountry} to start querying. If the location can not be
40 * resolved within the given time, the last known location wil
74 getCountryFromLocation(Location location) argument
221 queryCountryCode(final Location location) argument
[all...]
H A DCountryDetectorBase.java17 package com.android.server.location;
20 import android.location.Country;
21 import android.location.CountryListener;
H A DPassiveProvider.java17 package com.android.server.location;
22 import com.android.internal.location.ProviderProperties;
23 import com.android.internal.location.ProviderRequest;
25 import android.location.Criteria;
26 import android.location.ILocationManager;
27 import android.location.Location;
28 import android.location.LocationManager;
29 import android.location.LocationProvider;
37 * A passive location provider reports locations received from other providers
39 * location update
104 updateLocation(Location location) argument
[all...]
H A DGpsXtraDownloader.java17 package com.android.server.location;
/frameworks/base/location/java/com/android/internal/location/
H A DProviderRequest.java17 package com.android.internal.location;
22 import android.location.LocationRequest;
38 * fine tune location updates, for example when there
H A DProviderProperties.java17 package com.android.internal.location;
23 * A Parcelable containing (legacy) location provider properties.
/frameworks/base/location/lib/java/com/android/location/provider/
H A DProviderRequestUnbundled.java17 package com.android.location.provider;
22 import android.location.LocationRequest;
24 import com.android.internal.location.ProviderRequest;
H A DLocationProviderBase.java17 package com.android.location.provider;
24 import android.location.ILocationManager;
25 import android.location.Location;
26 import android.location.LocationManager;
27 import android.location.LocationRequest;
35 import com.android.internal.location.ILocationProvider;
36 import com.android.internal.location.ProviderProperties;
37 import com.android.internal.location.ProviderRequest;
40 * Base class for location providers implemented as unbundled services.
42 * <p>The network location provide
134 reportLocation(Location location) argument
[all...]
H A DGeocodeProvider.java17 package com.android.location.provider;
21 import android.location.Address;
22 import android.location.GeocoderParams;
23 import android.location.IGeocodeProvider;
58 * {@link android.location.Geocoder#getFromLocation(double, double, int)} method.
66 * {@link android.location.Geocoder#getFromLocationName(String, int, double, double, double, double)} method.
H A DLocationRequestUnbundled.java17 package com.android.location.provider;
19 import android.location.LocationRequest;
57 * <p>This location request will not trigger any active location requests,
59 * will not receive any direct power blame for location work.
66 * <p>This location request will avoid high power location work where
72 * Returned by {@link #getQuality} when allowing high power consumption for location.
74 * <p>This location request will allow high power location wor
[all...]
H A DProviderPropertiesUnbundled.java17 package com.android.location.provider;
19 import com.android.internal.location.ProviderProperties;

Completed in 1064 milliseconds

123