Home
last modified time | relevance | path

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

/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
DSimpleGeofenceStore.java19 import static com.example.android.wearable.geofencing.Constants.INVALID_FLOAT_VALUE;
58 INVALID_FLOAT_VALUE); in getGeofence()
60 INVALID_FLOAT_VALUE); in getGeofence()
62 INVALID_FLOAT_VALUE); in getGeofence()
69 if (lat != INVALID_FLOAT_VALUE in getGeofence()
70 && lng != INVALID_FLOAT_VALUE in getGeofence()
71 && radius != INVALID_FLOAT_VALUE in getGeofence()
DConstants.java74 public static final float INVALID_FLOAT_VALUE = -999.0f; field in Constants