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

1234

/frameworks/base/location/java/android/location/
H A DAddress.aidl17 package android.location;
H A DCriteria.aidl17 package android.location;
H A DGeocoderParams.aidl17 package android.location;
H A DLocation.aidl17 package android.location;
H A DINetInitiatedListener.aidl18 package android.location;
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
31 * Called when the location has changed.
35 * @param location The new location, as a Location object.
37 void onLocationChanged(Location location); argument
41 * a provider is unable to fetch a location or if the provider has recently
44 * @param provider the name of the location provider associated with this
68 * @param provider the name of the location provide
[all...]
H A DILocationProvider.aidl17 package android.location;
19 import android.location.Criteria;
20 import android.location.Location;
26 * Binder interface for services that implement location providers.
49 void updateLocation(in Location location);
H A DILocationManager.aidl17 package android.location;
20 import android.location.Address;
21 import android.location.Criteria;
22 import android.location.GeocoderParams;
23 import android.location.IGeocodeProvider;
24 import android.location.IGpsStatusListener;
25 import android.location.ILocationListener;
26 import android.location.Location;
30 * System private API for talking with the location service.
65 // Used by location provider
[all...]
/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;
19 import android.location.Criteria;
20 import android.location.ILocationManager;
21 import android.location.Location;
22 import android.location.LocationManager;
23 import android.location.LocationProvider;
31 * A passive location provider reports locations received from other providers
33 * location updates.
133 public void updateLocation(Location location) { argument
136 // pass the location bac
[all...]
H A DLocationProviderInterface.java17 package com.android.server.location;
19 import android.location.Criteria;
20 import android.location.Location;
26 * Location Manager's interface for location providers.
53 void updateLocation(Location location); argument
/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) {}
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsDiffKey/src/com/android/framework/externalsharedpermsdiffkeytestapp/
H A DExternalSharedPermsDiffKeyTest.java21 import android.location.Location;
22 import android.location.LocationListener;
23 import android.location.LocationManager;
31 /** The use of location manager and bluetooth below are simply to simulate an app that
40 public void onLocationChanged(Location location) {}
/frameworks/base/location/lib/
H A DAndroid.mk22 LOCAL_MODULE:= com.android.location.provider
31 # ==== com.google.location.xml lib def ========================
34 LOCAL_MODULE := com.android.location.provider.xml
/frameworks/base/graphics/java/android/graphics/
H A DNinePatch.java74 * @param location Where to draw the bitmap.
76 public void draw(Canvas canvas, RectF location) { argument
77 nativeDraw(canvas.mNativeCanvas, location,
87 * @param location Where to draw the bitmap.
89 public void draw(Canvas canvas, Rect location) { argument
90 nativeDraw(canvas.mNativeCanvas, location,
100 * @param location Where to draw the bitmap.
103 public void draw(Canvas canvas, Rect location, Paint paint) { argument
104 nativeDraw(canvas.mNativeCanvas, location,
129 public final Region getTransparentRegion(Rect location) { argument
148 nativeGetTransparentRegion( int bitmap, byte[] chunk, Rect location) argument
[all...]
/frameworks/base/core/java/android/webkit/
H A DPluginList.java78 int location = mPlugins.indexOf(plugin);
79 if (location != -1) {
80 mPlugins.remove(location);
H A DGeolocationService.java21 import android.location.Location;
22 import android.location.LocationListener;
23 import android.location.LocationManager;
24 import android.location.LocationProvider;
58 Log.e(TAG, "Could not get location manager.");
63 * Start listening for location updates.
71 * Stop listening for location updates.
96 * Called when the location has changed.
97 * @param location The new location, a
99 onLocationChanged(Location location) argument
191 nativeNewLocationAvailable(long nativeObject, Location location) argument
[all...]
/frameworks/base/location/lib/java/com/android/location/provider/
H A DGeocodeProvider.java17 package com.android.location.provider;
21 import android.location.Address;
22 import android.location.GeocoderParams;
23 import android.location.IGeocodeProvider;
56 * {@link android.location.Geocoder#getFromLocation(double, double, int)} method.
64 * {@link android.location.Geocoder#getFromLocationName(String, int, double, double, double, double)} method.
H A DLocationProvider.java17 package com.android.location.provider;
21 import android.location.Criteria;
22 import android.location.ILocationManager;
23 import android.location.ILocationProvider;
24 import android.location.Location;
33 * An abstract superclass for location providers that are implemented
120 public void updateLocation(Location location) {
121 LocationProvider.this.onUpdateLocation(location);
150 * Returns the Binder interface for the location provider.
152 * a service that implements a location provide
167 reportLocation(Location location) argument
330 onUpdateLocation(Location location) argument
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DNeighboringCellInfo.java33 * Received Signal Strength and Cell ID location.
42 * Cell location is not available
104 * Initialize the object from rssi, location string, and radioType
113 public NeighboringCellInfo(int rssi, String location, int radioType) { argument
122 // pad location string with leading "0"
123 int l = location.length();
127 location = "0" + location;
137 if (!location.equalsIgnoreCase("FFFFFFFF")) {
138 mCid = Integer.valueOf(location
[all...]
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerService.java28 import android.location.Location;
29 import android.location.LocationListener;
30 import android.location.LocationManager;
54 * Records location updates for all registered location providers, and cell
55 * location updates
63 // controls which location providers to track
100 * registers location listeners
129 Log.d(LOG_TAG, "Adding location listener for provider " +
146 // register for cell location update
280 getDistanceFromNetwork(Location location) argument
300 onLocationChanged(Location location) argument
[all...]

Completed in 216 milliseconds

1234