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(
267 public boolean addGeofence(int geofenceId, int monitoringType, GeofenceHardwareRequest in addGeofence()270 if (geofenceRequest.getType() == GeofenceHardwareRequest.GEOFENCE_TYPE_CIRCLE) { in addGeofence()
15333 …method public boolean addGeofence(int, int, android.hardware.location.GeofenceHardwareRequest, and…15389 public final class GeofenceHardwareRequest {15390 ctor public GeofenceHardwareRequest();15391 …method public static android.hardware.location.GeofenceHardwareRequest createCircularGeofence(doub…15408 …r public GeofenceHardwareRequestParcelable(int, android.hardware.location.GeofenceHardwareRequest);