Searched refs:INVALID_INT_VALUE (Results 1 – 2 of 2) sorted by relevance
20 import static com.example.android.wearable.geofencing.Constants.INVALID_INT_VALUE;67 INVALID_INT_VALUE); in getGeofence()73 && transitionType != INVALID_INT_VALUE) { in getGeofence()
75 public static final int INVALID_INT_VALUE = -999; field in Constants