/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/ |
H A D | LocationUtils.java | 56 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 D | Geofence.java | 53 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 D | IGeocodeProvider.aidl | 30 …oneway void getFromLocation(double latitude, double longitude, int maxResults, in GeocoderParams p… in getFromLocation()
|
H A D | IGpsGeofenceHardware.aidl | 28 longitude, double radius, int lastTransition, int monitorTransition, in addCircularHardwareGeofence()
|
H A D | Address.java | 349 public void setLongitude(double longitude) { in setLongitude()
|
H A D | ILocationManager.aidl | 72 void getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation()
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/ |
H A D | GnssGeofenceProxy.java | 34 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 D | GeofenceHardwareRequest.java | 42 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 D | TwilightServiceTest.java | 62 private Location createMockLocation(double latitude, double longitude) { in createMockLocation()
|
/aosp14/frameworks/base/location/lib/java/com/android/location/provider/ |
H A D | GeocodeProvider.java | 77 public abstract String onGetFromLocation(double latitude, double longitude, int maxResults, in onGetFromLocation()
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/ |
H A D | GeocoderProxy.java | 76 public void getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation()
|
H A D | LocationManagerService.java | 1349 public void getFromLocation(double latitude, double longitude, int maxResults, in getFromLocation()
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | MediaMuxer.java | 298 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 D | MediaRecorder.java | 935 public void setLocation(float latitude, float longitude) { in setLocation()
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/hal/ |
H A D | FakeGnssHal.java | 193 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 D | LocationFudger.java | 159 double longitude = wrapLongitude(coarse.getLongitude()); in createCoarse() local
|
/aosp14/frameworks/base/packages/FusedLocation/test/src/com/android/location/fused/tests/ |
H A D | FusedLocationServiceTest.java | 196 private static Location createLocation(String provider, double latitude, double longitude, in createLocation()
|
/aosp14/frameworks/base/media/jni/ |
H A D | android_media_MediaMuxer.cpp | 196 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 D | GnssNative.java | 895 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 D | ExifInterfaceTest.java | 97 public final float longitude; field in ExifInterfaceTest.ExpectedValue
|
/aosp14/frameworks/base/core/java/android/hardware/camera2/ |
H A D | DngCreator.java | 270 double longitude = location.getLongitude(); in setLocation() local
|
/aosp14/frameworks/base/core/java/android/provider/ |
H A D | CallLog.java | 624 public @NonNull AddCallParametersBuilder setLongitude(double longitude) { in setLongitude() 692 int priority, String subject, double latitude, double longitude, Uri pictureUri, in AddCallParams()
|
H A D | Contacts.java | 1445 double latitude, double longitude) { in addPostalLocation()
|
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
H A D | ExifInterface.java | 1935 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 D | com_android_server_location_GnssLocationProvider.cpp | 658 JNIEnv* /* env */, jclass, jint geofenceId, jdouble latitude, jdouble longitude, in android_location_gnss_hal_GnssNative_add_geofence()
|