Home
last modified time | relevance | path

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

/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
DSimpleGeofenceStore.java20 import static com.example.android.wearable.geofencing.Constants.INVALID_INT_VALUE;
67 INVALID_INT_VALUE); in getGeofence()
73 && transitionType != INVALID_INT_VALUE) { in getGeofence()
DConstants.java75 public static final int INVALID_INT_VALUE = -999; field in Constants