Searched refs:removeGeofences (Results 1 – 5 of 5) sorted by relevance
51 void removeGeofences(in int[] geofenceIds); in removeGeofences() method
1068 …t.html#removeGeofences(android.app.PendingIntent, com.google.android.gms.location.LocationClient.O…1076 …ml#removeGeofences(java.util.List<java.lang.String>, com.google.android.gms.location.LocationClien…1113 public void removeGeofences(PendingIntent requestIntent) {1170 * removeGeofences1175 mLocationClient.removeGeofences(1186 …t.html#removeGeofences(android.app.PendingIntent, com.google.android.gms.location.LocationClient.O…1239 different definition of {@code removeGeofences} with the appropriate signature. This method1266 removeGeofences(listOfGeofences);1271 The following snippet defines the {@code removeGeofences()} method:1284 public void removeGeofences(List<String> geofenceIds) {[all …]
351 public void removeGeofences(int[] geofenceIds) {
314 mFusedService.removeGeofences(new int[] { geofenceId }); in removeGeofence()
14740 method public abstract void removeGeofences(int[]) throws android.os.RemoteException;