Searched refs:location (Results 1 - 25 of 136) sorted by relevance

123456

/frameworks/base/location/java/android/location/
H A DAddress.aidl17 package android.location;
H A DCountry.aidl17 package android.location;
H A DCriteria.aidl17 package android.location;
H A DGeocoderParams.aidl17 package android.location;
H A DGeofence.aidl17 package android.location;
H A DLocation.aidl17 package android.location;
H A DLocationRequest.aidl17 package android.location;
H A DICountryDetector.aidl17 package android.location;
19 import android.location.Country;
20 import android.location.ICountryListener;
H A DINetInitiatedListener.aidl18 package android.location;
H A DCountryListener.java17 package android.location;
H A DICountryListener.aidl17 package android.location;
19 import android.location.Country;
H A DIGpsStatusProvider.aidl17 package android.location;
19 import android.location.IGpsStatusListener;
22 * An interface for location providers that provide GPS status information.
H A DILocationListener.aidl1 /* //device/java/android/android/location/ILocationListener.aidl
18 package android.location;
20 import android.location.Location;
28 void onLocationChanged(in Location location);
H A DIGeocodeProvider.aidl17 package android.location;
19 import android.location.Address;
20 import android.location.GeocoderParams;
23 * An interface for location providers implementing the Geocoder services.
H A DIGpsStatusListener.aidl17 package android.location;
19 import android.location.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...]
/frameworks/base/location/java/com/android/internal/location/
H A DProviderProperties.aidl17 package com.android.internal.location;
H A DProviderRequest.aidl17 package com.android.internal.location;
H A DILocationProvider.aidl17 package com.android.internal.location;
19 import android.location.Location;
24 import com.android.internal.location.ProviderProperties;
25 import com.android.internal.location.ProviderRequest;
28 * Binder interface for services that implement location providers.
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsFL/src/com/android/framework/externalsharedpermsfltestapp/
H A DExternalSharedPermsFLTest.java20 import android.location.Location;
21 import android.location.LocationListener;
22 import android.location.LocationManager;
28 /** The use of location manager below is simply to simulate an app that
37 public void onLocationChanged(Location location) {}
/frameworks/base/services/java/com/android/server/location/
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 DCountryDetectorBase.java17 package com.android.server.location;
20 import android.location.Country;
21 import android.location.CountryListener;
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...]
/frameworks/base/graphics/java/android/graphics/
H A DNinePatch.java80 * @param location Where to draw the bitmap.
82 public void draw(Canvas canvas, RectF location) { argument
84 nativeDraw(canvas.mNativeCanvas, location,
89 canvas.drawPatch(mBitmap, mChunk, location, mPaint);
97 * @param location Where to draw the bitmap.
99 public void draw(Canvas canvas, Rect location) { argument
101 nativeDraw(canvas.mNativeCanvas, location,
106 mRect.set(location);
115 * @param location Where to draw the bitmap.
118 public void draw(Canvas canvas, Rect location, Pain argument
149 getTransparentRegion(Rect location) argument
163 nativeGetTransparentRegion( int bitmap, byte[] chunk, Rect location) argument
[all...]
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPerms/src/com/android/framework/externalsharedpermstestapp/
H A DExternalSharedPermsTest.java20 import android.location.Location;
21 import android.location.LocationListener;
22 import android.location.LocationManager;
33 /** The use of location manager and bluetooth below are simply to simulate an app that
42 public void onLocationChanged(Location location) {}

Completed in 1049 milliseconds

123456