HomeSort by relevance Sort by last modified time
    Searched refs:location (Results 1 - 25 of 4231) 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;
GnssNavigationMessageEvent.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;
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;
  /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;
GnssMeasurementWhenNoLocationTestsActivity.java 17 package com.android.cts.verifier.location;
19 import android.location.cts.GnssMeasurementWhenNoLocationTest;
20 import com.android.cts.verifier.location.base.GnssCtsTestActivity;

Completed in 231 milliseconds

1 2 3 4 5 6 7 8 91011>>