Home
last modified time | relevance | path

Searched refs:lat (Results 1 – 2 of 2) sorted by relevance

/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
DSimpleGeofenceStore.java57 double lat = mPrefs.getFloat(getGeofenceFieldKey(id, KEY_LATITUDE), in getGeofence() local
69 if (lat != INVALID_FLOAT_VALUE in getGeofence()
74 return new SimpleGeofence(id, lat, lng, radius, expirationDuration, transitionType); in getGeofence()
/development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/
DUtils.java110 Long lat = prefs.getLong(PREFERENCES_LAT, Long.MAX_VALUE); in getLocation() local
112 if (lat != Long.MAX_VALUE && lng != Long.MAX_VALUE) { in getLocation()
113 Double latDbl = Double.longBitsToDouble(lat); in getLocation()