Home | History | Annotate | Download | only in settings

Lines Matching full:lat

458             int lat = loc.getBaseStationLatitude();
469 + "LAT = "
470 + ((lat == -1) ? "unknown" : Integer.toHexString(lat))