Searched refs:getLongitude (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/services/java/com/android/server/location/
H A DGeofenceState.java56 mLocation.setLongitude(fence.getLongitude());
H A DLocationBasedCountryDetector.java79 location.getLatitude(), location.getLongitude(), 1);
H A DLocationFudger.java213 double lon = coarse.getLongitude();
H A DGpsLocationProvider.java685 native_inject_location(location.getLatitude(), location.getLongitude(),
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DKMLFormatter.java60 builder.addLine(loc.getLongitude() + "," + loc.getLatitude() + ","
H A DCSVFormatter.java58 rowOutput.append(entry.getLocation().getLongitude());
H A DTrackerEntry.java176 cValues.put(LONGITUDE, mLocation.getLongitude());
/frameworks/base/location/java/android/location/
H A DGeofence.java71 public double getLongitude() { method in class:Geofence
H A DAddress.java338 public double getLongitude() { method in class:Address
H A DLocation.java564 public double getLongitude() { method in class:Location
/frameworks/base/services/java/com/android/server/
H A DTwilightService.java475 mLocation.getLatitude(), mLocation.getLongitude());
480 mLocation.getLatitude(), mLocation.getLongitude());
487 mLocation.getLatitude(), mLocation.getLongitude());
/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityCdma.java123 public int getLongitude() { method in class:CellIdentityCdma

Completed in 643 milliseconds