HomeSort by relevance Sort by last modified time
    Searched refs:location (Results 1 - 25 of 4922) 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;
  /cts/tests/tests/location/src/android/location/cts/
GnssLocationValuesTest.java 17 package android.location.cts;
19 import android.location.Criteria;
20 import android.location.Location;
21 import android.location.LocationManager;
25 * Test the {@link Location} values.
28 * 1. Register for location updates.
76 for (Location location : mLocationListener.getReceivedLocationList()) {
77 checkLocationAccuracyFields(softAssert, location,
    [all...]
  /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;
NanoAppFilter.aidl 17 package android.hardware.location;
NanoAppInstanceInfo.aidl 17 package android.hardware.location;
IGeofenceHardwareMonitorCallback.aidl 17 package android.hardware.location;
19 import android.hardware.location.GeofenceHardwareMonitorEvent;
20 import android.location.Location;
  /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;
  /hardware/interfaces/gnss/1.0/default/
GnssUtils.cpp 27 GnssLocation convertToGnssLocation(GpsLocation* location) {
29 if (location != nullptr) {
34 .gnssLocationFlags = static_cast<uint16_t>(location->flags & 0x1f),
35 .latitudeDegrees = location->latitude,
36 .longitudeDegrees = location->longitude,
37 .altitudeMeters = location->altitude,
38 .speedMetersPerSec = location->speed,
39 .bearingDegrees = location->bearing,
40 .horizontalAccuracyMeters = location->accuracy,
47 .timestamp = location->timestam
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
GnssMeasurementRegistrationTestsActivity.java 17 package com.android.cts.verifier.location;
19 import android.location.cts.GnssMeasurementRegistrationTest;
20 import com.android.cts.verifier.location.base.GnssCtsTestActivity;
GnssMeasurementValuesTestsActivity.java 17 package com.android.cts.verifier.location;
19 import android.location.cts.GnssMeasurementValuesTest;
20 import com.android.cts.verifier.location.base.GnssCtsTestActivity;

Completed in 203 milliseconds

1 2 3 4 5 6 7 8 91011>>