Home
last modified time | relevance | path

Searched refs:getLatitude (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/base/core/java/android/hardware/location/
DGeofenceHardwareRequestParcelable.java47 public double getLatitude() { in getLatitude() method in GeofenceHardwareRequestParcelable
48 return mRequest.getLatitude(); in getLatitude()
116 builder.append(mRequest.getLatitude()); in toString()
177 parcel.writeDouble(getLatitude()); in writeToParcel()
DGeofenceHardwareRequest.java134 public double getLatitude() { in getLatitude() method in GeofenceHardwareRequest
DGeofenceHardwareImpl.java246 request.getLatitude(), in addCircularFence()
/frameworks/base/location/tests/locationtests/src/android/location/
DGeocoderTest.java47 assertFalse(Math.abs(addr.getLatitude() - 37.4240385) > 0.1); in testGeocoder()
61 assertFalse(Math.abs(addr.getLatitude() - 37.77916) > 0.1); in testGeocoder()
/frameworks/base/services/core/java/com/android/server/twilight/
DTwilightService.java373 mLocation.getLatitude(), mLocation.getLongitude()); in updateTwilightState()
378 mLocation.getLatitude(), mLocation.getLongitude()); in updateTwilightState()
385 mLocation.getLatitude(), mLocation.getLongitude()); in updateTwilightState()
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
DKMLFormatter.java60 builder.addLine(loc.getLongitude() + "," + loc.getLatitude() + "," in getOutput()
DCSVFormatter.java56 rowOutput.append(entry.getLocation().getLatitude()); in getOutput()
DTrackerEntry.java175 cValues.put(LATITUDE, mLocation.getLatitude()); in getAsContentValues()
/frameworks/base/services/core/java/com/android/server/location/
DGeofenceState.java59 mLocation.setLatitude(fence.getLatitude()); in GeofenceState()
DLocationBasedCountryDetector.java79 location.getLatitude(), location.getLongitude(), 1); in getCountryFromLocation()
DLocationFudger.java209 double lat = coarse.getLatitude(); in createCoarseLocked()
/frameworks/base/location/java/android/location/
DGeofence.java66 public double getLatitude() { in getLatitude() method in Geofence
DAddress.java301 public double getLatitude() { in getLatitude() method in Address
DLocation.java551 public double getLatitude() { in getLatitude() method in Location
/frameworks/base/telephony/java/android/telephony/
DCellIdentityCdma.java134 public int getLatitude() { in getLatitude() method in CellIdentityCdma
/frameworks/base/services/core/jni/
Dcom_android_server_location_FlpHardwareProvider.cpp219 jmethodID getLatitude = env->GetMethodID(locationClass, "getLatitude", "()D"); in TranslateFromObject() local
220 location.latitude = env->CallDoubleMethod(locationObject, getLatitude); in TranslateFromObject()
328 jmethodID getLatitude = env->GetMethodID( in TranslateGeofenceFromGeofenceHardwareRequestParcelable() local
332 circle.latitude = env->CallDoubleMethod(geofenceRequestObject, getLatitude); in TranslateGeofenceFromGeofenceHardwareRequestParcelable()
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
DBaseCluster.java76 return getLocationVector(location.getLongitude(), location.getLatitude()); in getLocationVector()
/frameworks/base/core/java/android/hardware/camera2/
DDngCreator.java233 double latitude = location.getLatitude(); in setLocation()
/frameworks/base/docs/html-intl/intl/ja/training/tv/start/
Dhardware.jd243 address = geocoder.getFromLocation(location.getLatitude(),
/frameworks/base/core/java/android/hardware/camera2/legacy/
DLegacyRequestMapper.java388 params.setGpsLatitude(location.getLatitude()); in convertRequestMetadata()
/frameworks/base/docs/html/training/location/
Dretrieve-current.jd145 mLatitudeText.setText(String.valueOf(mLastLocation.getLatitude()));
Ddisplay-address.jd240 location.getLatitude(),
252 "Latitude = " + location.getLatitude() +
Dgeofencing.jd299 public double getLatitude() {
326 getLatitude(), getLongitude(), getRadius())
445 (float) geofence.getLatitude());
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraMetadataNative.java810 double[] coords = { l.getLatitude(), l.getLongitude(), l.getAltitude() }; in setGpsLocation()
/frameworks/base/docs/html/training/articles/
Dwear-location-detection.jd332 addLocationEntry(location.getLatitude(), location.getLongitude());

12