Searched defs:addGeofence (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardware.java267 public boolean addGeofence(int geofenceId, int monitoringType, GeofenceHardwareRequest method in class:GeofenceHardware
284 * Removes a geofence added by {@link #addGeofence} call.
314 * Pauses the monitoring of a geofence added by {@link #addGeofence} call.
/frameworks/base/location/java/android/location/
H A DLocationManager.java1030 public void addGeofence(LocationRequest request, Geofence fence, PendingIntent intent) { method in class:LocationManager
1074 * @param fence a geofence previously passed to {@link #addGeofence}
1075 * @param intent a pending intent previously passed to {@link #addGeofence}
1099 * @param intent a pending intent previously passed to {@link #addGeofence}

Completed in 84 milliseconds