Searched refs:geofenceIds (Results 1 – 4 of 4) sorted by relevance
51 void removeGeofences(in int[] geofenceIds); in removeGeofences() argument
351 public void removeGeofences(int[] geofenceIds) {352 nativeRemoveGeofences(geofenceIds);
941 jint* geofenceIds = env->GetIntArrayElements(geofenceIdsArray, /* isCopy */ NULL); in RemoveGeofences() local942 if(geofenceIds == NULL) { in RemoveGeofences()946 sFlpGeofencingInterface->remove_geofences(geofenceIdsCount, geofenceIds); in RemoveGeofences()947 env->ReleaseIntArrayElements(geofenceIdsArray, geofenceIds, 0 /*mode*/); in RemoveGeofences()
1284 public void removeGeofences(List<String> geofenceIds) {1297 mGeofencesToRemove = geofenceIds;