Searched refs:GEOFENCE_EXPIRATION_TIME (Results 1 – 2 of 2) sorted by relevance
24 import static com.example.android.wearable.geofencing.Constants.GEOFENCE_EXPIRATION_TIME;110 GEOFENCE_EXPIRATION_TIME, in createGeofences()118 GEOFENCE_EXPIRATION_TIME, in createGeofences()
38 public static final long GEOFENCE_EXPIRATION_TIME = Geofence.NEVER_EXPIRE; field in Constants