Searched defs:lon (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityCdma.java70 * @param lon Longitude is a decimal number ranges from -2592000
77 public CellIdentityCdma (int nid, int sid, int bid, int lon, int lat) { argument
81 mLongitude = lon;
/frameworks/base/services/core/java/com/android/server/location/
H A DLocationFudger.java210 double lon = coarse.getLongitude();
214 lon = wrapLongitude(lon);
225 // perform lon first whilst lat is still within bounds
226 lon += metersToDegreesLongitude(mOffsetLongitudeMeters, lat);
233 lon = wrapLongitude(lon);
248 lon = Math.round(lon / lonGranularity) * lonGranularity;
252 lon
315 wrapLongitude(double lon) argument
[all...]

Completed in 86 milliseconds