Home
last modified time | relevance | path

Searched defs:longitude (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()
68 double longitude, float accuracy) { 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.aidl28 longitude, double radius, int lastTransition, int monitorTransition, in addCircularHardwareGeofence()
H A DAddress.java349 public void setLongitude(double longitude) { in setLongitude()
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.java34 public double longitude; field in GnssGeofenceProxy.GeofenceEntry
65 double longitude, double radius, int lastTransition, int monitorTransitions, 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()
57 double longitude, double radius) { 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()
438 double longitude, double altitude, float speed, float bearing, float horizontalAccuracy, in injectLocation()
450 double longitude, double altitude, float speed, float bearing, float horizontalAccuracy, 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.java159 double longitude = wrapLongitude(coarse.getLongitude()); 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()
1352 double longitude, double altitude, float speed, float bearing, in injectLocation()
1363 double longitude, double altitude, float speed, float bearing, in injectBestLocation()
1468 protected boolean addGeofence(int geofenceId, double latitude, double longitude, in addGeofence()
1638 double longitude, double radius, int lastTransition, int monitorTransitions, in native_add_geofence()
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DExifInterfaceTest.java97 public final float longitude; field in ExifInterfaceTest.ExpectedValue
/aosp14/frameworks/base/core/java/android/hardware/camera2/
H A DDngCreator.java270 double longitude = location.getLongitude(); in setLocation() local
/aosp14/frameworks/base/core/java/android/provider/
H A DCallLog.java624 public @NonNull AddCallParametersBuilder setLongitude(double longitude) { in setLongitude()
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.java1935 Rational[] longitude = getTagRationalValues(TAG_GPS_LONGITUDE); 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