Home
last modified time | relevance | path

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

/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
DSimpleGeofenceStore.java63 long expirationDuration = in getGeofence() local
72 && expirationDuration != INVALID_LONG_VALUE in getGeofence()
74 return new SimpleGeofence(id, lat, lng, radius, expirationDuration, transitionType); in getGeofence()