Home
last modified time | relevance | path

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

/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
DSimpleGeofenceStore.java21 import static com.example.android.wearable.geofencing.Constants.INVALID_LONG_VALUE;
65 INVALID_LONG_VALUE); in getGeofence()
72 && expirationDuration != INVALID_LONG_VALUE in getGeofence()
DConstants.java73 public static final long INVALID_LONG_VALUE = -999l; field in Constants