Searched refs: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.java1015 public void addGeofence(LocationRequest request, Geofence fence, PendingIntent intent) { method in class:LocationManager
1059 * @param fence a geofence previously passed to {@link #addGeofence}
1060 * @param intent a pending intent previously passed to {@link #addGeofence}
1084 * @param intent a pending intent previously passed to {@link #addGeofence}

Completed in 94 milliseconds