Home
last modified time | relevance | path

Searched defs:latitude (Results 1 – 25 of 28) sorted by relevance

12

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/
H A DLocationUtils.java56 public static Location createLocation(String provider, double latitude, double longitude, in createLocation()
67 public static LocationResult createLocationResult(String provider, double latitude, in createLocationResult()
/aosp14/frameworks/base/location/java/android/location/
H A DGeofence.java53 public static Geofence createCircle(double latitude, double longitude, float radius, in createCircle()
58 Geofence(double latitude, double longitude, float radius, long expirationRealtimeMs) { in Geofence()
H A DIGeocodeProvider.aidl30 …oneway void getFromLocation(double latitude, double longitude, int maxResults, in GeocoderParams p… in getFromLocation()
H A DIGpsGeofenceHardware.aidl27 boolean addCircularHardwareGeofence(int geofenceId, double latitude, double in addCircularHardwareGeofence()
H A DAddress.java312 public void setLatitude(double latitude) { in setLatitude()
H A DILocationManager.aidl72 void getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation()
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DGnssGeofenceProxy.java33 public double latitude; field in GnssGeofenceProxy.GeofenceEntry
64 public boolean addCircularHardwareGeofence(int geofenceId, double latitude, in addCircularHardwareGeofence()
/aosp14/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareRequest.java42 private void setCircularGeofence(double latitude, double longitude, double radius) { in setCircularGeofence()
56 public static GeofenceHardwareRequest createCircularGeofence(double latitude, in createCircularGeofence()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/twilight/
H A DTwilightServiceTest.java62 private Location createMockLocation(double latitude, double longitude) { in createMockLocation()
/aosp14/frameworks/base/location/lib/java/com/android/location/provider/
H A DGeocodeProvider.java77 public abstract String onGetFromLocation(double latitude, double longitude, int maxResults, in onGetFromLocation()
/aosp14/frameworks/base/services/core/java/com/android/server/location/
H A DGeocoderProxy.java76 public void getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation()
H A DLocationManagerService.java1349 public void getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation()
/aosp14/frameworks/base/media/java/android/media/
H A DMediaMuxer.java298 private static native void nativeSetLocation(long nativeObject, int latitude, int longitude); in nativeSetLocation()
435 public void setLocation(float latitude, float longitude) { in setLocation()
H A DMediaRecorder.java935 public void setLocation(float latitude, float longitude) { in setLocation()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/hal/
H A DFakeGnssHal.java193 public GnssHalGeofence(int geofenceId, double latitude, double longitude, double radius, in GnssHalGeofence()
437 protected void injectLocation(@GnssLocationFlags int gnssLocationFlags, double latitude, in injectLocation()
449 protected void injectBestLocation(@GnssLocationFlags int gnssLocationFlags, double latitude, in injectBestLocation()
626 protected boolean addGeofence(int geofenceId, double latitude, double longitude, double radius, in addGeofence()
/aosp14/frameworks/base/services/core/java/com/android/server/location/fudger/
H A DLocationFudger.java158 double latitude = wrapLatitude(coarse.getLatitude()); in createCoarse() local
/aosp14/frameworks/base/packages/FusedLocation/test/src/com/android/location/fused/tests/
H A DFusedLocationServiceTest.java196 private static Location createLocation(String provider, double latitude, double longitude, in createLocation()
/aosp14/frameworks/base/media/jni/
H A Dandroid_media_MediaMuxer.cpp196 JNIEnv *env, jclass /* clazz */, jlong nativeObject, jint latitude, jint longitude) { in android_media_MediaMuxer_setLocation()
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
H A DGnssNative.java895 public boolean addGeofence(int geofenceId, double latitude, double longitude, double radius, in addGeofence()
1351 protected void injectLocation(@GnssLocationFlags int gnssLocationFlags, double latitude, in injectLocation()
1362 protected void injectBestLocation(@GnssLocationFlags int gnssLocationFlags, double latitude, in injectBestLocation()
1468 protected boolean addGeofence(int geofenceId, double latitude, double longitude, in addGeofence()
1637 private static native boolean native_add_geofence(int geofenceId, double latitude, in native_add_geofence()
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DExifInterfaceTest.java96 public final float latitude; field in ExifInterfaceTest.ExpectedValue
/aosp14/frameworks/base/core/java/android/hardware/camera2/
H A DDngCreator.java269 double latitude = location.getLatitude(); in setLocation() local
/aosp14/frameworks/base/core/java/android/provider/
H A DCallLog.java616 public @NonNull AddCallParametersBuilder setLatitude(double latitude) { in setLatitude()
692 int priority, String subject, double latitude, double longitude, Uri pictureUri, in AddCallParams()
H A DContacts.java1445 double latitude, double longitude) { in addPostalLocation()
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifInterface.java1933 Rational[] latitude = getTagRationalValues(TAG_GPS_LATITUDE); in getLatLongAsDoubles() local
1986 public boolean addGpsTags(double latitude, double longitude) { in addGpsTags()
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GnssLocationProvider.cpp658 JNIEnv* /* env */, jclass, jint geofenceId, jdouble latitude, jdouble longitude, in android_location_gnss_hal_GnssNative_add_geofence()

12