Searched refs:GeofenceHardwareRequest (Results 1 – 4 of 4) sorted by relevance
29 public final class GeofenceHardwareRequest { class56 public static GeofenceHardwareRequest createCircularGeofence(double latitude, in createCircularGeofence()58 GeofenceHardwareRequest geofenceRequest = new GeofenceHardwareRequest(); in createCircularGeofence()
29 private GeofenceHardwareRequest mRequest;32 public GeofenceHardwareRequestParcelable(int id, GeofenceHardwareRequest request) { in GeofenceHardwareRequestParcelable()142 if(geofenceType != GeofenceHardwareRequest.GEOFENCE_TYPE_CIRCLE) {149 GeofenceHardwareRequest request = GeofenceHardwareRequest.createCircularGeofence(
270 public boolean addGeofence(int geofenceId, int monitoringType, GeofenceHardwareRequest in addGeofence()273 if (geofenceRequest.getType() == GeofenceHardwareRequest.GEOFENCE_TYPE_CIRCLE) { in addGeofence()
2437 …method public boolean addGeofence(int, int, android.hardware.location.GeofenceHardwareRequest, and…2493 public final class GeofenceHardwareRequest {2494 ctor public GeofenceHardwareRequest();2495 …method public static android.hardware.location.GeofenceHardwareRequest createCircularGeofence(doub…