Searched refs:geofenceRequest (Results 1 – 2 of 2) sorted by relevance
58 GeofenceHardwareRequest geofenceRequest = new GeofenceHardwareRequest(); in createCircularGeofence() local59 geofenceRequest.setCircularGeofence(latitude, longitude, radius); in createCircularGeofence()60 return geofenceRequest; in createCircularGeofence()
271 geofenceRequest, GeofenceHardwareCallback callback) { in addGeofence() argument273 if (geofenceRequest.getType() == GeofenceHardwareRequest.GEOFENCE_TYPE_CIRCLE) { in addGeofence()276 new GeofenceHardwareRequestParcelable(geofenceId, geofenceRequest), in addGeofence()