Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DCellIdentityCdma.java95 public CellIdentityCdma(int nid, int sid, int bid, int lon, int lat, in CellIdentityCdma()
159 private boolean isNullIsland(int lat, int lon) { in isNullIsland()
/frameworks/base/services/core/java/com/android/server/location/
DLocationFudger.java210 double lon = coarse.getLongitude(); in createCoarseLocked() local
315 private static double wrapLongitude(double lon) { in wrapLongitude()