Home
last modified time | relevance | path

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

/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
DSimpleGeofenceStore.java59 double lng = mPrefs.getFloat(getGeofenceFieldKey(id, KEY_LONGITUDE), in getGeofence() local
70 && lng != 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.java111 Long lng = prefs.getLong(PREFERENCES_LNG, Long.MAX_VALUE); in getLocation() local
112 if (lat != Long.MAX_VALUE && lng != Long.MAX_VALUE) { in getLocation()
114 Double lngDbl = Double.longBitsToDouble(lng); in getLocation()