Home
last modified time | relevance | path

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

/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
DMainActivity.java24 import static com.example.android.wearable.geofencing.Constants.GEOFENCE_EXPIRATION_TIME;
110 GEOFENCE_EXPIRATION_TIME, in createGeofences()
118 GEOFENCE_EXPIRATION_TIME, in createGeofences()
DConstants.java38 public static final long GEOFENCE_EXPIRATION_TIME = Geofence.NEVER_EXPIRE; field in Constants