Home
last modified time | relevance | path

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

/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/core/java/android/hardware/location/
DGeofenceHardwareRequest.java109 public double getLatitude() { in getLatitude() method in GeofenceHardwareRequest
DGeofenceHardware.java240 geofenceRequest.getLatitude(), in addGeofence()
/frameworks/base/services/java/com/android/server/
DTwilightService.java475 mLocation.getLatitude(), mLocation.getLongitude()); in updateTwilightState()
480 mLocation.getLatitude(), mLocation.getLongitude()); in updateTwilightState()
487 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/java/com/android/server/location/
DGeofenceState.java59 mLocation.setLatitude(fence.getLatitude()); in GeofenceState()
DLocationBasedCountryDetector.java79 location.getLatitude(), location.getLongitude(), 1); in getCountryFromLocation()
DLocationFudger.java212 double lat = coarse.getLatitude(); in createCoarseLocked()
DGpsLocationProvider.java708 native_inject_location(location.getLatitude(), location.getLongitude(), in handleUpdateLocation()
/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.java550 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/ml/bordeaux/service/src/android/bordeaux/services/
DBaseCluster.java76 return getLocationVector(location.getLongitude(), location.getLatitude()); in getLocationVector()
/frameworks/base/docs/html/training/location/
Ddisplay-address.jd155 addresses = geocoder.getFromLocation(loc.getLatitude(),
165 Double.toString(loc.getLatitude()) +
Dgeofencing.jd299 public double getLatitude() {
326 getLatitude(), getLongitude(), getRadius())
445 (float) geofence.getLatitude());
Dreceive-location-updates.jd334 Double.toString(location.getLatitude()) + "," +
/frameworks/base/docs/html/training/tv/
Dunsupported-features-tv.jd113 address = geocoder.getFromLocation(location.getLatitude(), location.getLongitude(), 1).get(0);
/frameworks/base/api/
Dcurrent.txt10514 method public double getLatitude();
10951 method public double getLatitude();
11076 method public double getLatitude();
21577 method public int getLatitude();