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

/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardware.java268 public boolean addGeofence(int geofenceId, int monitoringType, GeofenceHardwareRequest method in class:GeofenceHardware
285 * Removes a geofence added by {@link #addGeofence} call.
315 * Pauses the monitoring of a geofence added by {@link #addGeofence} call.
/frameworks/base/services/core/java/com/android/server/location/
H A DGnssGeofenceProvider.java59 boolean added = mNative.addGeofence(entry.geofenceId, entry.latitude,
92 boolean added = mNative.addGeofence(geofenceId, latitude, longitude, radius,
157 public boolean addGeofence(int geofenceId, double latitude, double longitude, double radius, method in class:GnssGeofenceProvider.GnssGeofenceProviderNative
/frameworks/base/location/java/android/location/
H A DLocationManager.java1157 public void addGeofence(LocationRequest request, Geofence fence, PendingIntent intent) { method in class:LocationManager
1201 * @param fence a geofence previously passed to {@link #addGeofence}
1202 * @param intent a pending intent previously passed to {@link #addGeofence}
1226 * @param intent a pending intent previously passed to {@link #addGeofence}

Completed in 129 milliseconds