Searched defs:removeGeofence (Results 1 – 6 of 6) sorted by relevance
35 boolean removeGeofence(int id, int monitoringType); in removeGeofence() method
306 public boolean removeGeofence(int geofenceId, int monitoringType) { in removeGeofence() method in GeofenceHardware
327 public boolean removeGeofence(int geofenceId, int monitoringType) { in removeGeofence() method in GeofenceHardwareImpl
48 void removeGeofence(in Geofence fence, in PendingIntent intent, String packageName); in removeGeofence() method
1091 public void removeGeofence(Geofence fence, PendingIntent intent) { in removeGeofence() method in LocationManager
2241 public void removeGeofence(Geofence geofence, PendingIntent intent, String packageName) { in removeGeofence() method in LocationManagerService