Searched refs:INVALID_LONG_VALUE (Results 1 – 2 of 2) sorted by relevance
21 import static com.example.android.wearable.geofencing.Constants.INVALID_LONG_VALUE;65 INVALID_LONG_VALUE); in getGeofence()72 && expirationDuration != INVALID_LONG_VALUE in getGeofence()
73 public static final long INVALID_LONG_VALUE = -999l; field in Constants