Searched defs:location (Results 51 - 75 of 195) sorted by relevance

12345678

/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareRequestParcelable.java17 package android.hardware.location;
24 * Geofence Hardware Request used for internal location services communication.
H A DMemoryRegion.java17 package android.hardware.location;
H A DGeofenceHardware.java16 package android.hardware.location;
19 import android.location.Location;
229 * <li> The location object indicating the last known location.
506 public void onGeofenceTransition(int geofenceId, int transition, Location location, argument
510 c.onGeofenceTransition(geofenceId, transition, location, timestamp,
/frameworks/base/location/java/android/location/
H A DCountry.java17 package android.location;
37 * The country code came from the location service
H A DGnssMeasurementsEvent.java17 package android.location;
H A DGnssNavigationMessageEvent.java17 package android.location;
H A DGpsMeasurementsEvent.java17 package android.location;
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}
H A DSettingInjectorService.java17 package android.location;
42 * &lt;action android:name="android.location.SettingInjectorService" /&gt;
46 * android:name="android.location.SettingInjectorService"
52 * &lt;injected-location-setting xmlns:android="http://schemas.android.com/apk/res/android"
90 public static final String ACTION_SERVICE_INTENT = "android.location.SettingInjectorService";
96 public static final String META_DATA_NAME = "android.location.SettingInjectorService";
101 public static final String ATTRIBUTES_NAME = "injected-location-setting";
108 "android.location.InjectedSettingChanged";
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
H A DTestInputEvent.java14 public Point location; field in class:TestInputEvent
55 return location;
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
H A DFusedLocationProvider.java17 package com.android.location.fused;
23 import com.android.location.provider.LocationProviderBase;
24 import com.android.location.provider.ProviderPropertiesUnbundled;
25 import com.android.location.provider.ProviderRequestUnbundled;
31 import android.location.Criteria;
32 import android.location.LocationProvider;
H A DFusionEngine.java17 package com.android.location.fused;
23 import com.android.location.provider.LocationProviderBase;
24 import com.android.location.provider.LocationRequestUnbundled;
25 import com.android.location.provider.ProviderRequestUnbundled;
28 import android.location.Location;
29 import android.location.LocationListener;
30 import android.location.LocationManager;
40 void reportLocation(Location location); argument
200 * Test whether one location (a) is better to use than another (b).
229 // may the best location wi
263 onLocationChanged(Location location) argument
[all...]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/location/
H A DRecentLocationApps.java17 package com.android.settingslib.location;
36 * Retrieves the information of applications which accessed location recently.
58 * Fills a list of applications which queried location recently within specified time.
61 // Retrieve a location usage list from AppOps
108 // Earliest time for a location request to end and still be shown in list.
127 Log.v(TAG, packageName + " hadn't used location within the time interval.");
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackViewState.java54 * The location this view is currently rendered at.
58 public int location; field in class:StackViewState
78 location = svs.location;
/frameworks/base/services/core/java/com/android/server/location/
H A DGnssStatusListenerHelper.java17 package com.android.server.location;
19 import android.location.IGnssStatusListener;
H A DLocationProviderInterface.java17 package com.android.server.location;
22 import com.android.internal.location.ProviderProperties;
23 import com.android.internal.location.ProviderRequest;
30 * Location Manager's interface for location providers.
H A DGeofenceManager.java17 package com.android.server.location;
28 import android.location.Geofence;
29 import android.location.Location;
30 import android.location.LocationListener;
31 import android.location.LocationManager;
32 import android.location.LocationRequest;
49 * Assume a maximum land speed, as a heuristic to throttle location updates.
51 * force a new location update anyway).
56 * Maximum age after which a location is no longer considered fresh enough to use.
205 * Returns the location receive
381 onLocationChanged(Location location) argument
[all...]
H A DLocationFudger.java17 package com.android.server.location;
24 import android.location.Location;
35 * the coarse location permission from receiving a fine location.
122 * Best location accuracy allowed for coarse applications.
163 * Get the cached coarse location, or generate a new one and cache it.
165 public Location getOrCreate(Location location) { argument
167 Location coarse = location.getExtraLocation(Location.EXTRA_COARSE_LOCATION);
169 return addCoarseLocationExtraLocked(location);
172 return addCoarseLocationExtraLocked(location);
178 addCoarseLocationExtraLocked(Location location) argument
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
H A DLocationRequestStatisticsTest.java1 package com.android.server.location;
3 import com.android.server.location.LocationRequestStatistics.PackageProviderKey;
4 import com.android.server.location.LocationRequestStatistics.PackageStatistics;
H A DLocationBasedCountryDetectorTest.java16 package com.android.server.location;
18 import android.location.Country;
19 import android.location.CountryListener;
20 import android.location.Location;
21 import android.location.LocationListener;
22 import android.location.LocationManager;
59 protected String getCountryFromLocation(Location location) { argument
68 if (mLocation.getProvider().endsWith(location.getProvider())) {
290 protected String getCountryFromLocation(Location location) {
/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.parseInt(location
[all...]
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DLocationCluster.java18 import android.location.Location;
48 public LocationCluster(Location location, long duration) { argument
49 super(location);
50 addSample(location, duration);
53 public void addSample(Location location, long duration) { argument
54 updateTemporalHistogram(location.getTime(), duration);
56 // use time field to store duation of this location
58 location.setTime(duration);
59 mLocations.add(location);
63 // If there is no new location adde
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCellBroadcastHandler.java114 // Check if cell location is GsmCellLocation. This is required to support
123 SmsCbLocation location;
126 location = new SmsCbLocation(plmn, lac, -1);
131 location = new SmsCbLocation(plmn, lac, cid);
136 location = new SmsCbLocation(plmn);
144 SmsCbConcatInfo concatInfo = new SmsCbConcatInfo(header, location);
188 return GsmSmsCbMessage.createSmsCbMessage(header, location, pdus);
204 SmsCbConcatInfo(SmsCbHeader header, SmsCbLocation location) { argument
206 mLocation = location;
221 // location (PLM
[all...]
H A DGsmSmsCbMessage.java62 public static SmsCbMessage createSmsCbMessage(SmsCbHeader header, SmsCbLocation location, argument
72 location, header.getServiceCategory(),
87 header.getGeographicalScope(), header.getSerialNumber(), location,
97 * @param location the location (geographical scope) for the message
100 public static SmsCbMessage createSmsCbMessage(SmsCbLocation location, byte[][] pdus) argument
103 return createSmsCbMessage(header, location, pdus);

Completed in 2850 milliseconds

12345678