/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() 67 public static LocationResult createLocationResult(String provider, double latitude, 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 | 27 boolean addCircularHardwareGeofence(int geofenceId, double latitude, double in addCircularHardwareGeofence()
|
H A D | Address.java | 312 public void setLatitude(double latitude) { in setLatitude()
|
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 | 33 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 D | GeofenceHardwareRequest.java | 42 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 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() 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 D | LocationFudger.java | 158 double latitude = wrapLatitude(coarse.getLatitude()); 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() 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 D | ExifInterfaceTest.java | 96 public final float latitude; field in ExifInterfaceTest.ExpectedValue
|
/aosp14/frameworks/base/core/java/android/hardware/camera2/ |
H A D | DngCreator.java | 269 double latitude = location.getLatitude(); in setLocation() local
|
/aosp14/frameworks/base/core/java/android/provider/ |
H A D | CallLog.java | 616 public @NonNull AddCallParametersBuilder setLatitude(double latitude) { in setLatitude() 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 | 1933 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 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()
|