Home
last modified time | relevance | path

Searched refs:GeofenceHardwareRequest (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/hardware/location/
DGeofenceHardwareRequest.java29 public final class GeofenceHardwareRequest { class
56 public static GeofenceHardwareRequest createCircularGeofence(double latitude, in createCircularGeofence()
58 GeofenceHardwareRequest geofenceRequest = new GeofenceHardwareRequest(); in createCircularGeofence()
DGeofenceHardwareRequestParcelable.java29 private GeofenceHardwareRequest mRequest;
32 public GeofenceHardwareRequestParcelable(int id, GeofenceHardwareRequest request) { in GeofenceHardwareRequestParcelable()
142 if(geofenceType != GeofenceHardwareRequest.GEOFENCE_TYPE_CIRCLE) {
149 GeofenceHardwareRequest request = GeofenceHardwareRequest.createCircularGeofence(
DGeofenceHardware.java267 public boolean addGeofence(int geofenceId, int monitoringType, GeofenceHardwareRequest in addGeofence()
270 if (geofenceRequest.getType() == GeofenceHardwareRequest.GEOFENCE_TYPE_CIRCLE) { in addGeofence()
/frameworks/base/api/
Dsystem-current.txt15333 …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);