HomeSort by relevance Sort by last modified time
    Searched refs:location (Results 1 - 25 of 6472) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/location/java/android/location/
Address.aidl 17 package android.location;
Country.aidl 17 package android.location;
Criteria.aidl 17 package android.location;
FusedBatchOptions.aidl 17 package android.location;
GeocoderParams.aidl 17 package android.location;
Geofence.aidl 17 package android.location;
GnssMeasurementsEvent.aidl 17 package android.location;
GnssNavigationMessage.aidl 17 package android.location;
Location.aidl 17 package android.location;
19 parcelable Location;
LocationRequest.aidl 17 package android.location;
  /device/sample/products/
location_overlay.mk 22 PRODUCT_PACKAGE_OVERLAYS := device/sample/overlays/location
24 # Uncomment this line to include the Google network and fused location providers
  /frameworks/base/core/java/android/hardware/location/
ActivityChangedEvent.aidl 17 package android.hardware.location;
ContextHubInfo.aidl 17 package android.hardware.location;
ContextHubMessage.aidl 17 package android.hardware.location;
GeofenceHardwareMonitorEvent.aidl 17 package android.hardware.location;
GeofenceHardwareRequestParcelable.aidl 17 package android.hardware.location;
NanoApp.aidl 17 package android.hardware.location;
NanoAppBinary.aidl 17 package android.hardware.location;
NanoAppFilter.aidl 17 package android.hardware.location;
NanoAppInstanceInfo.aidl 17 package android.hardware.location;
NanoAppMessage.aidl 17 package android.hardware.location;
NanoAppState.aidl 17 package android.hardware.location;
IGeofenceHardwareMonitorCallback.aidl 17 package android.hardware.location;
19 import android.hardware.location.GeofenceHardwareMonitorEvent;
20 import android.location.Location;
  /cts/tests/tests/location/src/android/location/cts/
GnssLocationValuesTest.java 17 package android.location.cts;
19 import android.location.Location;
23 * Test the {@link Location} values.
26 * 1. Register for location updates.
75 for (Location location : mLocationListener.getReceivedLocationList()) {
76 checkLocationAccuracyFields(softAssert, location,
84 Location location, boolean extendedLocationAccuracyExpected)
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
Label.java 38 @Nullable MethodLocation location; field in class:Label
43 Label(MethodLocation location) {
44 this.location = location;
53 if (location == null) {
54 throw new IllegalStateException("Cannot get the location of a label that hasn't been placed yet.");
56 return location;
60 return location != null;

Completed in 862 milliseconds

1 2 3 4 5 6 7 8 91011>>